#917577

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

Shades of Turkish Rose #917577

Tints of Turkish Rose #917577

Color information

#917577 (or 0x917577) is unknown color: approx Turkish Rose. HEX triplet: 91, 75 and 77. RGB value is (145,117,119). Sum of RGB (Red+Green+Blue) = 145+117+119=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917577 is #6E8A88. Grayscale: #7D7D7D. Windows color (decimal): -7244425 or 7828881. OLE color: 7828881.

HSL color Cylindrical-coordinate representation of color #917577: hue angle of 355.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917577 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB145117119-
CMYK00.190.180.43
HSL355.71º11.29%51.37%-
HSV(B)355.71º19.31%56.86%-
XYZ21.3720.0720.2-
YUV125.6124.28141.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=38.06%
G=30.71%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711900.190.180.43355.7111.2951.37
Hex917577013122B164b33
Octal22116516702322535441363
Binary1001000111101011110111010011100101010111011001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917577; }

 p { color: rgb(145,117,119); }

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

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

 a { background-color: rgb(145,117,119); }

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

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

 span { border-color: rgb(145,117,119); }

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