Html Css Color HEX #976B71 Turkish Rose

📋 copy color: '#976B71'

red 151 ◦ green 107 ◦ blue 113

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

Shades of Turkish Rose #976B71

Tints of Turkish Rose #976B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

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

R = 40.7%
G = 28.84%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976B71 (or 0x976B71) is known color: Turkish Rose. HEX triplet: 97, 6B and 71. RGB value is (151,107,113). Sum of RGB (Red+Green+Blue) = 151+107+113=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B71 is #68948E. Grayscale: #787878. Windows color (decimal): -6853775 or 7433111. OLE color: 7433111.

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

Color convert

RGB 151 107 113 -
CMYK 0 0.29 0.25 0.41
HSL 351.82º 0.17% 0.51% -
HSV(B) 351.82º 0.29% 0.59% -
XYZ 21 18.29 18.05 -
YUV 120.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 151 107 113 0 0.29 0.25 0.41 351.82 0.17 0.51
Hex 97 6B 71 0 1D 19 29 160 11 33
Octal 227 153 161 0 35 31 51 540 21 63
Binary 10010111 1101011 1110001 0 11101 11001 101001 101100000 10001 110011

Color Harmonies of #976B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B71

Black with #976B71

Text Example


Text Example

White with #976B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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