#917477

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

Shades of Turkish Rose #917477

Tints of Turkish Rose #917477

Color information

#917477 (or 0x917477) is unknown color: approx Turkish Rose. HEX triplet: 91, 74 and 77. RGB value is (145,116,119). Sum of RGB (Red+Green+Blue) = 145+116+119=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917477 is #6E8B88. Grayscale: #7D7D7D. Windows color (decimal): -7244681 or 7828625. OLE color: 7828625.

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

Color convert

RGB145116119-
CMYK00.20.180.43
HSL353.79º11.65%51.18%-
HSV(B)353.79º20%56.86%-
XYZ21.2519.8420.16-
YUV125.01124.61142.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=38.16%
G=30.53%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511611900.20.180.43353.7911.6551.18
Hex917477014122B162c33
Octal22116416702422535421463
Binary1001000111101001110111010100100101010111011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917477; }

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

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

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

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

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

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

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

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