Html Css Color HEX #976D74 Turkish Rose

📋 copy color: '#976D74'

red 151 ◦ green 109 ◦ blue 116

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

Shades of Turkish Rose #976D74

Tints of Turkish Rose #976D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 40.16%
G = 28.99%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#976D74 (or 0x976D74) is known color: Turkish Rose. HEX triplet: 97, 6D and 74. RGB value is (151,109,116). Sum of RGB (Red+Green+Blue) = 151+109+116=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #976D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D74 is #68928B. Grayscale: #7A7A7A. Windows color (decimal): -6853260 or 7630231. OLE color: 7630231.

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

Color convert

RGB 151 109 116 -
CMYK 0 0.28 0.23 0.41
HSL 350º 0.17% 0.51% -
HSV(B) 350º 0.28% 0.59% -
XYZ 21.38 18.78 19.02 -
YUV 122.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 151 109 116 0 0.28 0.23 0.41 350 0.17 0.51
Hex 97 6D 74 0 1C 17 29 15E 11 33
Octal 227 155 164 0 34 27 51 536 21 63
Binary 10010111 1101101 1110100 0 11100 10111 101001 101011110 10001 110011

Color Harmonies of #976D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D74

Black with #976D74

Text Example


Text Example

White with #976D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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