Html Css Color HEX #84797D Venus

📋 copy color: '#84797D'

red 132 ◦ green 121 ◦ blue 125

#84797D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #84797D

Tints of Venus #84797D

RGB

 RED value IS 132 (51.95% from 255) = 34.92%

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 34.92%
G = 32.01%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84797D (or 0x84797D) is known color: Venus. HEX triplet: 84, 79 and 7D. RGB value is (132,121,125). Sum of RGB (Red+Green+Blue) = 132+121+125=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #84797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797D is #7B8682. Grayscale: #7C7C7C. Windows color (decimal): -8095363 or 8223108. OLE color: 8223108.

HSL color Cylindrical-coordinate representation of color #84797D: hue angle of 338.18º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84797D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 125 -
CMYK 0 0.08 0.05 0.48
HSL 338.18º 0.04% 0.5% -
HSV(B) 338.18º 0.08% 0.52% -
XYZ 20.05 20.06 22.22 -
YUV 124.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 132 121 125 0 0.08 0.05 0.48 338.18 0.04 0.5
Hex 84 79 7D 0 8 5 30 152 4 32
Octal 204 171 175 0 10 5 60 522 4 62
Binary 10000100 1111001 1111101 0 1000 101 110000 101010010 100 110010

Color Harmonies of #84797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84797D

Black with #84797D

Text Example


Text Example

White with #84797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84797D; }

 p { color: rgb(132,121,125); }

 H1.HeaderClassName
 {
   color: #84797D;
 }
 .AnyTagClassName
 {
   color: #84797D;
 }
</style>

background-color css

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

 a { background-color: rgb(132,121,125); }

 div.DivClassName
 {
   background-color: #84797D;
 }
 .BgClassName
 {
   background-color: #84797D;
 }
</style>

border-color css

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

 span { border-color: rgb(132,121,125); }

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