Html Css Color HEX #976D73 Turkish Rose

📋 copy color: '#976D73'

red 151 ◦ green 109 ◦ blue 115

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

Shades of Turkish Rose #976D73

Tints of Turkish Rose #976D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 40.27%
G = 29.07%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#976D73 (or 0x976D73) is known color: Turkish Rose. HEX triplet: 97, 6D and 73. RGB value is (151,109,115). Sum of RGB (Red+Green+Blue) = 151+109+115=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #976D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D73 is #68928C. Grayscale: #7A7A7A. Windows color (decimal): -6853261 or 7564695. OLE color: 7564695.

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

Color convert

RGB 151 109 115 -
CMYK 0 0.28 0.24 0.41
HSL 351.43º 0.17% 0.51% -
HSV(B) 351.43º 0.28% 0.59% -
XYZ 21.33 18.75 18.72 -
YUV 122.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 151 109 115 0 0.28 0.24 0.41 351.43 0.17 0.51
Hex 97 6D 73 0 1C 18 29 15F 11 33
Octal 227 155 163 0 34 30 51 537 21 63
Binary 10010111 1101101 1110011 0 11100 11000 101001 101011111 10001 110011

Color Harmonies of #976D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D73

Black with #976D73

Text Example


Text Example

White with #976D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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