#917682

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

Shades of Venus #917682

Tints of Venus #917682

Color information

#917682 (or 0x917682) is unknown color: approx Venus. HEX triplet: 91, 76 and 82. RGB value is (145,118,130). Sum of RGB (Red+Green+Blue) = 145+118+130=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917682 is #6E897D. Grayscale: #7F7F7F. Windows color (decimal): -7244158 or 8550033. OLE color: 8550033.

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

Color convert

RGB145118130-
CMYK00.190.100.43
HSL333.33º10.93%51.57%-
HSV(B)333.33º18.62%56.86%-
XYZ22.1820.5923.92-
YUV127.44129.45140.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=36.90%
G=30.03%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511813000.190.100.43333.3310.9351.57
Hex917682013A2B14db34
Octal22116620202312535151364
Binary1001000111101101000001001001110101010111010011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917682; }

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

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

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

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

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

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

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

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