#977679

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

Shades of Turkish Rose #977679

Tints of Turkish Rose #977679

Color information

#977679 (or 0x977679) is unknown color: approx Turkish Rose. HEX triplet: 97, 76 and 79. RGB value is (151,118,121). Sum of RGB (Red+Green+Blue) = 151+118+121=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #977679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977679 is #688986. Grayscale: #808080. Windows color (decimal): -6850951 or 7960215. OLE color: 7960215.

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

Color convert

RGB151118121-
CMYK00.220.200.41
HSL354.55º13.69%52.75%-
HSV(B)354.55º21.85%59.22%-
XYZ22.6920.9220.93-
YUV128.21123.93144.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=38.72%
G=30.26%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111812100.220.200.41354.5513.6952.75
Hex9776790161429163e35
Octal22716617102624515431665
Binary1001011111101101111001010110101001010011011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977679; }

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

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

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

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

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

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

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

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