#917576

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

Shades of Turkish Rose #917576

Tints of Turkish Rose #917576

Color information

#917576 (or 0x917576) is unknown color: approx Turkish Rose. HEX triplet: 91, 75 and 76. RGB value is (145,117,118). Sum of RGB (Red+Green+Blue) = 145+117+118=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917576 is #6E8A89. Grayscale: #7D7D7D. Windows color (decimal): -7244426 or 7763345. OLE color: 7763345.

HSL color Cylindrical-coordinate representation of color #917576: hue angle of 357.86º 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 #917576 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145117118-
CMYK00.190.190.43
HSL357.86º11.29%51.37%-
HSV(B)357.86º19.31%56.86%-
XYZ21.3120.0519.89-
YUV125.49123.78141.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=38.16%
G=30.79%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511711800.190.190.43357.8611.2951.37
Hex917576013132B166b33
Octal22116516602323535461363
Binary1001000111101011110110010011100111010111011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917576; }

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

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

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

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

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

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

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

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