Html Css Color HEX #84747C Venus

📋 copy color: '#84747C'

red 132 ◦ green 116 ◦ blue 124

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

Shades of Venus #84747C

Tints of Venus #84747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 35.48%
G = 31.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84747C (or 0x84747C) is known color: Venus. HEX triplet: 84, 74 and 7C. RGB value is (132,116,124). Sum of RGB (Red+Green+Blue) = 132+116+124=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84747C is #7B8B83. Grayscale: #797979. Windows color (decimal): -8096644 or 8156292. OLE color: 8156292.

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

Color convert

RGB 132 116 124 -
CMYK 0 0.12 0.06 0.48
HSL 330º 0.06% 0.49% -
HSV(B) 330º 0.12% 0.52% -
XYZ 19.4 18.85 21.69 -
YUV 121.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 132 116 124 0 0.12 0.06 0.48 330 0.06 0.49
Hex 84 74 7C 0 C 6 30 14A 6 31
Octal 204 164 174 0 14 6 60 512 6 61
Binary 10000100 1110100 1111100 0 1100 110 110000 101001010 110 110001

Color Harmonies of #84747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84747C

Black with #84747C

Text Example


Text Example

White with #84747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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