#977377

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

Shades of Turkish Rose #977377

Tints of Turkish Rose #977377

Color information

#977377 (or 0x977377) is unknown color: approx Turkish Rose. HEX triplet: 97, 73 and 77. RGB value is (151,115,119). Sum of RGB (Red+Green+Blue) = 151+115+119=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #977377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977377 is #688C88. Grayscale: #7E7E7E. Windows color (decimal): -6851721 or 7828375. OLE color: 7828375.

HSL color Cylindrical-coordinate representation of color #977377: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977377 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB151115119-
CMYK00.240.210.41
HSL353.33º14.75%52.16%-
HSV(B)353.33º23.84%59.22%-
XYZ22.2220.1720.18-
YUV126.22123.93145.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=39.22%
G=29.87%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111511900.240.210.41353.3314.7552.16
Hex9773770181529161f34
Octal22716316703025515411764
Binary1001011111100111110111011000101011010011011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977377; }

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

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

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

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

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

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

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

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