#997477

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

Shades of Turkish Rose #997477

Tints of Turkish Rose #997477

Color information

#997477 (or 0x997477) is unknown color: approx Turkish Rose. HEX triplet: 99, 74 and 77. RGB value is (153,116,119). Sum of RGB (Red+Green+Blue) = 153+116+119=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997477 is #668B88. Grayscale: #7F7F7F. Windows color (decimal): -6720393 or 7828633. OLE color: 7828633.

HSL color Cylindrical-coordinate representation of color #997477: hue angle of 355.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997477 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153116119-
CMYK00.240.220.4
HSL355.14º15.35%52.75%-
HSV(B)355.14º24.18%60%-
XYZ22.7120.5920.23-
YUV127.4123.26146.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=39.43%
G=29.90%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311611900.240.220.4355.1415.3552.75
Hex9974770181628163f35
Octal23116416703026505431765
Binary1001100111101001110111011000101101010001011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997477; }

 p { color: rgb(153,116,119); }

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

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

 a { background-color: rgb(153,116,119); }

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

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

 span { border-color: rgb(153,116,119); }

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