Html Css Color HEX #84737B Venus

📋 copy color: '#84737B'

red 132 ◦ green 115 ◦ blue 123

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

Shades of Venus #84737B

Tints of Venus #84737B

RGB

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

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

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

R = 35.68%
G = 31.08%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84737B (or 0x84737B) is known color: Venus. HEX triplet: 84, 73 and 7B. RGB value is (132,115,123). Sum of RGB (Red+Green+Blue) = 132+115+123=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737B is #7B8C84. Grayscale: #787878. Windows color (decimal): -8096901 or 8090500. OLE color: 8090500.

HSL color Cylindrical-coordinate representation of color #84737B: hue angle of 331.76º 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 #84737B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 123 -
CMYK 0 0.13 0.07 0.48
HSL 331.76º 0.07% 0.48% -
HSV(B) 331.76º 0.13% 0.52% -
XYZ 19.22 18.6 21.32 -
YUV 121 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 132 115 123 0 0.13 0.07 0.48 331.76 0.07 0.48
Hex 84 73 7B 0 D 7 30 14C 7 30
Octal 204 163 173 0 15 7 60 514 7 60
Binary 10000100 1110011 1111011 0 1101 111 110000 101001100 111 110000

Color Harmonies of #84737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84737B

Black with #84737B

Text Example


Text Example

White with #84737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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