Html Css Color HEX #84777D Venus

📋 copy color: '#84777D'

red 132 ◦ green 119 ◦ blue 125

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

Shades of Venus #84777D

Tints of Venus #84777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

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

R = 35.11%
G = 31.65%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84777D (or 0x84777D) is known color: Venus. HEX triplet: 84, 77 and 7D. RGB value is (132,119,125). Sum of RGB (Red+Green+Blue) = 132+119+125=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #84777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84777D is #7B8882. Grayscale: #7B7B7B. Windows color (decimal): -8095875 or 8222596. OLE color: 8222596.

HSL color Cylindrical-coordinate representation of color #84777D: hue angle of 332.31º 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 #84777D is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 125 -
CMYK 0 0.10 0.05 0.48
HSL 332.31º 0.05% 0.49% -
HSV(B) 332.31º 0.1% 0.52% -
XYZ 19.81 19.58 22.14 -
YUV 123.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 132 119 125 0 0.10 0.05 0.48 332.31 0.05 0.49
Hex 84 77 7D 0 A 5 30 14C 5 31
Octal 204 167 175 0 12 5 60 514 5 61
Binary 10000100 1110111 1111101 0 1010 101 110000 101001100 101 110001

Color Harmonies of #84777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84777D

Black with #84777D

Text Example


Text Example

White with #84777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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