#917782

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

Shades of Venus #917782

Tints of Venus #917782

Color information

#917782 (or 0x917782) is unknown color: approx Venus. HEX triplet: 91, 77 and 82. RGB value is (145,119,130). Sum of RGB (Red+Green+Blue) = 145+119+130=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #917782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917782 is #6E887D. Grayscale: #808080. Windows color (decimal): -7243902 or 8550289. OLE color: 8550289.

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

Color convert

RGB145119130-
CMYK00.180.100.43
HSL334.62º10.57%51.76%-
HSV(B)334.62º17.93%56.86%-
XYZ22.320.8323.96-
YUV128.03129.11140.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=36.80%
G=30.20%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511913000.180.100.43334.6210.5751.76
Hex917782012A2B14fb34
Octal22116720202212535171364
Binary1001000111101111000001001001010101010111010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917782; }

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

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

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

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

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

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

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

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