#917781

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

Shades of Venus #917781

Tints of Venus #917781

Color information

#917781 (or 0x917781) is unknown color: approx Venus. HEX triplet: 91, 77 and 81. RGB value is (145,119,129). Sum of RGB (Red+Green+Blue) = 145+119+129=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917781 is #6E887E. Grayscale: #7F7F7F. Windows color (decimal): -7243903 or 8484753. OLE color: 8484753.

HSL color Cylindrical-coordinate representation of color #917781: hue angle of 336.92º 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 #917781 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB145119129-
CMYK00.180.110.43
HSL336.92º10.57%51.76%-
HSV(B)336.92º17.93%56.86%-
XYZ22.2420.823.61-
YUV127.91128.61140.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=36.90%
G=30.28%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511912900.180.110.43336.9210.5751.76
Hex917781012B2B151b34
Octal22116720102213535211364
Binary1001000111101111000000101001010111010111010100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917781; }

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

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

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

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

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

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

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

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