Html Css Color HEX #976E71 Turkish Rose

📋 copy color: '#976E71'

red 151 ◦ green 110 ◦ blue 113

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

Shades of Turkish Rose #976E71

Tints of Turkish Rose #976E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 40.37%
G = 29.41%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976E71 (or 0x976E71) is known color: Turkish Rose. HEX triplet: 97, 6E and 71. RGB value is (151,110,113). Sum of RGB (Red+Green+Blue) = 151+110+113=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #976E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E71 is #68918E. Grayscale: #7A7A7A. Windows color (decimal): -6853007 or 7433879. OLE color: 7433879.

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

Color convert

RGB 151 110 113 -
CMYK 0 0.27 0.25 0.41
HSL 355.61º 0.16% 0.51% -
HSV(B) 355.61º 0.27% 0.59% -
XYZ 21.32 18.92 18.15 -
YUV 122.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 151 110 113 0 0.27 0.25 0.41 355.61 0.16 0.51
Hex 97 6E 71 0 1B 19 29 164 10 33
Octal 227 156 161 0 33 31 51 544 20 63
Binary 10010111 1101110 1110001 0 11011 11001 101001 101100100 10000 110011

Color Harmonies of #976E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E71

Black with #976E71

Text Example


Text Example

White with #976E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,113); }

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

background-color css

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

 a { background-color: rgb(151,110,113); }

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

border-color css

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

 span { border-color: rgb(151,110,113); }

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