#976F73

Color #976F73 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #976F73

Tints of Turkish Rose #976F73

Color information

#976F73 (or 0x976F73) is unknown color: approx Turkish Rose. HEX triplet: 97, 6F and 73. RGB value is (151,111,115). Sum of RGB (Red+Green+Blue) = 151+111+115=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #976F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F73 is #68908C. Grayscale: #7B7B7B. Windows color (decimal): -6852749 or 7565207. OLE color: 7565207.

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

Color convert

RGB151111115-
CMYK00.260.240.41
HSL354º16.13%51.37%-
HSV(B)354º26.49%59.22%-
XYZ21.5419.1918.79-
YUV123.42123.25147.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=40.05%
G=29.44%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111111500.260.240.4135416.1351.37
Hex976F7301A18291621033
Octal22715716303230515422063
Binary10010111110111111100110110101100010100110110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976F73;
 }
 .AnyTagClassName
 {
   color: #976F73;
 }
</style>
background-color css

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

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

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

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

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

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