Html Css Color HEX #976D76 Turkish Rose

📋 copy color: '#976D76'

red 151 ◦ green 109 ◦ blue 118

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

Shades of Turkish Rose #976D76

Tints of Turkish Rose #976D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

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

R = 39.95%
G = 28.84%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#976D76 (or 0x976D76) is known color: Turkish Rose. HEX triplet: 97, 6D and 76. RGB value is (151,109,118). Sum of RGB (Red+Green+Blue) = 151+109+118=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #976D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D76 is #689289. Grayscale: #7A7A7A. Windows color (decimal): -6853258 or 7761303. OLE color: 7761303.

HSL color Cylindrical-coordinate representation of color #976D76: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D76 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 118 -
CMYK 0 0.28 0.22 0.41
HSL 347.14º 0.17% 0.51% -
HSV(B) 347.14º 0.28% 0.59% -
XYZ 21.5 18.82 19.64 -
YUV 122.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 151 109 118 0 0.28 0.22 0.41 347.14 0.17 0.51
Hex 97 6D 76 0 1C 16 29 15B 11 33
Octal 227 155 166 0 34 26 51 533 21 63
Binary 10010111 1101101 1110110 0 11100 10110 101001 101011011 10001 110011

Color Harmonies of #976D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D76

Black with #976D76

Text Example


Text Example

White with #976D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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