#977579

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

Shades of Turkish Rose #977579

Tints of Turkish Rose #977579

Color information

#977579 (or 0x977579) is unknown color: approx Turkish Rose. HEX triplet: 97, 75 and 79. RGB value is (151,117,121). Sum of RGB (Red+Green+Blue) = 151+117+121=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #977579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977579 is #688A86. Grayscale: #7F7F7F. Windows color (decimal): -6851207 or 7959959. OLE color: 7959959.

HSL color Cylindrical-coordinate representation of color #977579: hue angle of 352.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977579 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB151117121-
CMYK00.230.200.41
HSL352.94º14.05%52.55%-
HSV(B)352.94º22.52%59.22%-
XYZ22.5720.6820.89-
YUV127.62124.26144.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=38.82%
G=30.08%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111712100.230.200.41352.9414.0552.55
Hex9775790171429161e35
Octal22716517102724515411665
Binary1001011111101011111001010111101001010011011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977579; }

 p { color: rgb(151,117,121); }

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

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

 a { background-color: rgb(151,117,121); }

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

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

 span { border-color: rgb(151,117,121); }

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