Html Css Color HEX #84737A Venus

📋 copy color: '#84737A'

red 132 ◦ green 115 ◦ blue 122

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

Shades of Venus #84737A

Tints of Venus #84737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 35.77%
G = 31.17%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84737A (or 0x84737A) is known color: Venus. HEX triplet: 84, 73 and 7A. RGB value is (132,115,122). Sum of RGB (Red+Green+Blue) = 132+115+122=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737A is #7B8C85. Grayscale: #787878. Windows color (decimal): -8096902 or 8024964. OLE color: 8024964.

HSL color Cylindrical-coordinate representation of color #84737A: hue angle of 335.29º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84737A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 122 -
CMYK 0 0.13 0.08 0.48
HSL 335.29º 0.07% 0.48% -
HSV(B) 335.29º 0.13% 0.52% -
XYZ 19.16 18.57 20.99 -
YUV 120.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 132 115 122 0 0.13 0.08 0.48 335.29 0.07 0.48
Hex 84 73 7A 0 D 8 30 14F 7 30
Octal 204 163 172 0 15 10 60 517 7 60
Binary 10000100 1110011 1111010 0 1101 1000 110000 101001111 111 110000

Color Harmonies of #84737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84737A

Black with #84737A

Text Example


Text Example

White with #84737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84737A; }

 p { color: rgb(132,115,122); }

 H1.HeaderClassName
 {
   color: #84737A;
 }
 .AnyTagClassName
 {
   color: #84737A;
 }
</style>

background-color css

<style>
 a { background-color: #84737A; }

 a { background-color: rgb(132,115,122); }

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

border-color css

<style>
 span { border-color: #84737A; }

 span { border-color: rgb(132,115,122); }

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