#917377

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

Shades of Turkish Rose #917377

Tints of Turkish Rose #917377

Color information

#917377 (or 0x917377) is unknown color: approx Turkish Rose. HEX triplet: 91, 73 and 77. RGB value is (145,115,119). Sum of RGB (Red+Green+Blue) = 145+115+119=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917377 is #6E8C88. Grayscale: #7C7C7C. Windows color (decimal): -7244937 or 7828369. OLE color: 7828369.

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

Color convert

RGB145115119-
CMYK00.210.180.43
HSL352º12%50.98%-
HSV(B)352º20.69%56.86%-
XYZ21.1419.6120.12-
YUV124.43124.94142.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=38.26%
G=30.34%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511511900.210.180.433521250.98
Hex917377015122B160c33
Octal22116316702522535401463
Binary1001000111100111110111010101100101010111011000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917377; }

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

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

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

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

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

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

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

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