Html Css Color HEX #84787B Venus

📋 copy color: '#84787B'

red 132 ◦ green 120 ◦ blue 123

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

Shades of Venus #84787B

Tints of Venus #84787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 35.2%
G = 32%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84787B (or 0x84787B) is known color: Venus. HEX triplet: 84, 78 and 7B. RGB value is (132,120,123). Sum of RGB (Red+Green+Blue) = 132+120+123=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #84787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84787B is #7B8784. Grayscale: #7B7B7B. Windows color (decimal): -8095621 or 8091780. OLE color: 8091780.

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

Color convert

RGB 132 120 123 -
CMYK 0 0.09 0.07 0.48
HSL 345º 0.05% 0.49% -
HSV(B) 345º 0.09% 0.52% -
XYZ 19.81 19.77 21.51 -
YUV 123.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 132 120 123 0 0.09 0.07 0.48 345 0.05 0.49
Hex 84 78 7B 0 9 7 30 159 5 31
Octal 204 170 173 0 11 7 60 531 5 61
Binary 10000100 1111000 1111011 0 1001 111 110000 101011001 101 110001

Color Harmonies of #84787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84787B

Black with #84787B

Text Example


Text Example

White with #84787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84787B; }

 p { color: rgb(132,120,123); }

 H1.HeaderClassName
 {
   color: #84787B;
 }
 .AnyTagClassName
 {
   color: #84787B;
 }
</style>

background-color css

<style>
 a { background-color: #84787B; }

 a { background-color: rgb(132,120,123); }

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

border-color css

<style>
 span { border-color: #84787B; }

 span { border-color: rgb(132,120,123); }

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