#846F78

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

Shades of Venus #846F78

Tints of Venus #846F78

Color information

#846F78 (or 0x846F78) is unknown color: approx Venus. HEX triplet: 84, 6F and 78. RGB value is (132,111,120). Sum of RGB (Red+Green+Blue) = 132+111+120=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #846F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F78 is #7B9087. Grayscale: #767676. Windows color (decimal): -8097928 or 7892868. OLE color: 7892868.

HSL color Cylindrical-coordinate representation of color #846F78: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F78 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB132111120-
CMYK00.160.090.48
HSL334.29º8.64%47.65%-
HSV(B)334.29º15.91%51.76%-
XYZ18.5917.6320.19-
YUV118.3128.96137.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=36.36%
G=30.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211112000.160.090.48334.298.6447.65
Hex846F7801093014e930
Octal20415717002011605161160
Binary100001001101111111100001000010011100001010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F78; }

 p { color: rgb(132,111,120); }

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

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

 a { background-color: rgb(132,111,120); }

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

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

 span { border-color: rgb(132,111,120); }

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