#917779

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

Shades of Turkish Rose #917779

Tints of Turkish Rose #917779

Color information

#917779 (or 0x917779) is unknown color: approx Turkish Rose. HEX triplet: 91, 77 and 79. RGB value is (145,119,121). Sum of RGB (Red+Green+Blue) = 145+119+121=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917779 is #6E8886. Grayscale: #7F7F7F. Windows color (decimal): -7243911 or 7960465. OLE color: 7960465.

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

Color convert

RGB145119121-
CMYK00.180.170.43
HSL355.38º10.57%51.76%-
HSV(B)355.38º17.93%56.86%-
XYZ21.7320.5920.92-
YUV127124.61140.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=37.66%
G=30.91%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511912100.180.170.43355.3810.5751.76
Hex917779012112B163b34
Octal22116717102221535431364
Binary1001000111101111111001010010100011010111011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917779; }

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

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

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

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

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

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

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

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