Html Css Color HEX #976D70 Turkish Rose

📋 copy color: '#976D70'

red 151 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #976D70

Tints of Turkish Rose #976D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 40.59%
G = 29.3%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#976D70 (or 0x976D70) is known color: Turkish Rose. HEX triplet: 97, 6D and 70. RGB value is (151,109,112). Sum of RGB (Red+Green+Blue) = 151+109+112=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #976D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D70 is #68928F. Grayscale: #797979. Windows color (decimal): -6853264 or 7368087. OLE color: 7368087.

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

Color convert

RGB 151 109 112 -
CMYK 0 0.28 0.26 0.41
HSL 355.71º 0.17% 0.51% -
HSV(B) 355.71º 0.28% 0.59% -
XYZ 21.16 18.69 17.82 -
YUV 121.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 151 109 112 0 0.28 0.26 0.41 355.71 0.17 0.51
Hex 97 6D 70 0 1C 1A 29 164 11 33
Octal 227 155 160 0 34 32 51 544 21 63
Binary 10010111 1101101 1110000 0 11100 11010 101001 101100100 10001 110011

Color Harmonies of #976D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D70

Black with #976D70

Text Example


Text Example

White with #976D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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