#997577

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

Shades of Turkish Rose #997577

Tints of Turkish Rose #997577

Color information

#997577 (or 0x997577) is unknown color: approx Turkish Rose. HEX triplet: 99, 75 and 77. RGB value is (153,117,119). Sum of RGB (Red+Green+Blue) = 153+117+119=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #997577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997577 is #668A88. Grayscale: #808080. Windows color (decimal): -6720137 or 7828889. OLE color: 7828889.

HSL color Cylindrical-coordinate representation of color #997577: hue angle of 356.67º 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 #997577 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153117119-
CMYK00.240.220.4
HSL356.67º15%52.94%-
HSV(B)356.67º23.53%60%-
XYZ22.8320.8320.27-
YUV127.99122.93145.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=39.33%
G=30.08%
B=30.59%

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
Decimal15311711900.240.220.4356.671552.94
Hex9975770181628165f35
Octal23116516703026505451765
Binary1001100111101011110111011000101101010001011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997577; }

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

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

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

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

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

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

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

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