#9D7072

Color #9D7072 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D7072

Tints of Turkish Rose #9D7072

Color information

#9D7072 (or 0x9D7072) is unknown color: approx Turkish Rose. HEX triplet: 9D, 70 and 72. RGB value is (157,112,114). Sum of RGB (Red+Green+Blue) = 157+112+114=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7072 is #628F8D. Grayscale: #7D7D7D. Windows color (decimal): -6459278 or 7499933. OLE color: 7499933.

HSL color Cylindrical-coordinate representation of color #9D7072: hue angle of 357.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7072 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157112114-
CMYK00.290.270.38
HSL357.33º18.67%52.75%-
HSV(B)357.33º28.66%61.57%-
XYZ22.7419.9718.58-
YUV125.68121.41150.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=40.99%
G=29.24%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711211400.290.270.38357.3318.6752.75
Hex9D707201D1B261651335
Octal23516016203533465452365
Binary10011101111000011100100111011101110011010110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7072; }

 p { color: rgb(157,112,114); }

 H1.HeaderClassName
 {
   color: #9D7072;
 }
 .AnyTagClassName
 {
   color: #9D7072;
 }
</style>
background-color css

<style>
 a { background-color: #9D7072; }

 a { background-color: rgb(157,112,114); }

 div.DivClassName
 {
   background-color: #9D7072;
 }
 .BgClassName
 {
   background-color: #9D7072;
 }
</style>
border-color css

<style>
 span { border-color: #9D7072; }

 span { border-color: rgb(157,112,114); }

 td.TdClassName
 {
   border-color: #9D7072;
 }
 .TagClassName
 {
   border-color: #9D7072;
 }
</style>