Html Css Color HEX #977576 Turkish Rose

📋 copy color: '#977576'

red 151 ◦ green 117 ◦ blue 118

#977576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #977576

Tints of Turkish Rose #977576

RGB

 RED value IS 151 (59.38% from 255) = 39.12%

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 39.12%
G = 30.31%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#977576 (or 0x977576) is known color: Turkish Rose. HEX triplet: 97, 75 and 76. RGB value is (151,117,118). Sum of RGB (Red+Green+Blue) = 151+117+118=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #977576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977576 is #688A89. Grayscale: #7F7F7F. Windows color (decimal): -6851210 or 7763351. OLE color: 7763351.

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

Color convert

RGB 151 117 118 -
CMYK 0 0.23 0.22 0.41
HSL 358.24º 0.14% 0.53% -
HSV(B) 358.24º 0.23% 0.59% -
XYZ 22.39 20.61 19.94 -
YUV 127.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 151 117 118 0 0.23 0.22 0.41 358.24 0.14 0.53
Hex 97 75 76 0 17 16 29 166 E 35
Octal 227 165 166 0 27 26 51 546 16 65
Binary 10010111 1110101 1110110 0 10111 10110 101001 101100110 1110 110101

Color Harmonies of #977576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977576

Black with #977576

Text Example


Text Example

White with #977576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977576; }

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

 H1.HeaderClassName
 {
   color: #977576;
 }
 .AnyTagClassName
 {
   color: #977576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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