#84777E

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

Shades of Venus #84777E

Tints of Venus #84777E

Color information

#84777E (or 0x84777E) is unknown color: approx Venus. HEX triplet: 84, 77 and 7E. RGB value is (132,119,126). Sum of RGB (Red+Green+Blue) = 132+119+126=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84777E is #7B8881. Grayscale: #7B7B7B. Windows color (decimal): -8095874 or 8288132. OLE color: 8288132.

HSL color Cylindrical-coordinate representation of color #84777E: hue angle of 327.69º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84777E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132119126-
CMYK00.100.050.48
HSL327.69º5.18%49.22%-
HSV(B)327.69º9.85%51.76%-
XYZ19.8819.6122.48-
YUV123.68129.31133.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=35.01%
G=31.56%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211912600.100.050.48327.695.1849.22
Hex84777E0A530148531
Octal204167176012560510561
Binary100001001110111111111001010101110000101001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84777E; }

 p { color: rgb(132,119,126); }

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

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

 a { background-color: rgb(132,119,126); }

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

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

 span { border-color: rgb(132,119,126); }

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