#84767A

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

Shades of Venus #84767A

Tints of Venus #84767A

Color information

#84767A (or 0x84767A) is unknown color: approx Venus. HEX triplet: 84, 76 and 7A. RGB value is (132,118,122). Sum of RGB (Red+Green+Blue) = 132+118+122=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84767A is #7B8985. Grayscale: #7A7A7A. Windows color (decimal): -8096134 or 8025732. OLE color: 8025732.

HSL color Cylindrical-coordinate representation of color #84767A: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84767A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132118122-
CMYK00.110.080.48
HSL342.86º5.6%49.02%-
HSV(B)342.86º10.61%51.76%-
XYZ19.5119.2721.1-
YUV122.64127.64134.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=35.48%
G=31.72%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211812200.110.080.48342.865.649.02
Hex84767A0B830157631
Octal2041661720131060527661
Binary1000010011101101111010010111000110000101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84767A; }

 p { color: rgb(132,118,122); }

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

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

 a { background-color: rgb(132,118,122); }

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

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

 span { border-color: rgb(132,118,122); }

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