#917677

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

Shades of Turkish Rose #917677

Tints of Turkish Rose #917677

Color information

#917677 (or 0x917677) is unknown color: approx Turkish Rose. HEX triplet: 91, 76 and 77. RGB value is (145,118,119). Sum of RGB (Red+Green+Blue) = 145+118+119=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917677 is #6E8988. Grayscale: #7E7E7E. Windows color (decimal): -7244169 or 7829137. OLE color: 7829137.

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

Color convert

RGB145118119-
CMYK00.190.180.43
HSL357.78º10.93%51.57%-
HSV(B)357.78º18.62%56.86%-
XYZ21.4920.3120.24-
YUV126.19123.95141.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=37.96%
G=30.89%
B=31.15%

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
Decimal14511811900.190.180.43357.7810.9351.57
Hex917677013122B166b34
Octal22116616702322535461364
Binary1001000111101101110111010011100101010111011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917677; }

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

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

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

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

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

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

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

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