Html Css Color HEX #84797C Venus

📋 copy color: '#84797C'

red 132 ◦ green 121 ◦ blue 124

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

Shades of Venus #84797C

Tints of Venus #84797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 35.01%
G = 32.1%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84797C (or 0x84797C) is known color: Venus. HEX triplet: 84, 79 and 7C. RGB value is (132,121,124). Sum of RGB (Red+Green+Blue) = 132+121+124=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797C is #7B8683. Grayscale: #7C7C7C. Windows color (decimal): -8095364 or 8157572. OLE color: 8157572.

HSL color Cylindrical-coordinate representation of color #84797C: hue angle of 343.64º 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 #84797C is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 124 -
CMYK 0 0.08 0.06 0.48
HSL 343.64º 0.04% 0.5% -
HSV(B) 343.64º 0.08% 0.52% -
XYZ 19.99 20.04 21.88 -
YUV 124.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 132 121 124 0 0.08 0.06 0.48 343.64 0.04 0.5
Hex 84 79 7C 0 8 6 30 158 4 32
Octal 204 171 174 0 10 6 60 530 4 62
Binary 10000100 1111001 1111100 0 1000 110 110000 101011000 100 110010

Color Harmonies of #84797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84797C

Black with #84797C

Text Example


Text Example

White with #84797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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