#917076

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

Shades of Turkish Rose #917076

Tints of Turkish Rose #917076

Color information

#917076 (or 0x917076) is unknown color: approx Turkish Rose. HEX triplet: 91, 70 and 76. RGB value is (145,112,118). Sum of RGB (Red+Green+Blue) = 145+112+118=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917076 is #6E8F89. Grayscale: #7A7A7A. Windows color (decimal): -7245706 or 7762065. OLE color: 7762065.

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

Color convert

RGB145112118-
CMYK00.230.190.43
HSL349.09º13.04%50.39%-
HSV(B)349.09º22.76%56.86%-
XYZ20.7418.9219.7-
YUV122.55125.43144.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=38.67%
G=29.87%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511211800.230.190.43349.0913.0450.39
Hex917076017132B15dd32
Octal22116016602723535351562
Binary1001000111100001110110010111100111010111010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917076; }

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

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

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

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

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

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

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

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