Html Css Color HEX #837079 Venus

📋 copy color: '#837079'

red 131 ◦ green 112 ◦ blue 121

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

Shades of Venus #837079

Tints of Venus #837079

RGB

 RED value IS 131 (51.56% from 255) = 35.99%

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 35.99%
G = 30.77%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#837079 (or 0x837079) is known color: Venus. HEX triplet: 83, 70 and 79. RGB value is (131,112,121). Sum of RGB (Red+Green+Blue) = 131+112+121=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837079 is #7C8F86. Grayscale: #767676. Windows color (decimal): -8163207 or 7958659. OLE color: 7958659.

HSL color Cylindrical-coordinate representation of color #837079: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837079 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 121 -
CMYK 0 0.15 0.08 0.49
HSL 331.58º 0.08% 0.48% -
HSV(B) 331.58º 0.15% 0.51% -
XYZ 18.61 17.79 20.54 -
YUV 118.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 131 112 121 0 0.15 0.08 0.49 331.58 0.08 0.48
Hex 83 70 79 0 F 8 31 14C 8 30
Octal 203 160 171 0 17 10 61 514 10 60
Binary 10000011 1110000 1111001 0 1111 1000 110001 101001100 1000 110000

Color Harmonies of #837079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837079

Black with #837079

Text Example


Text Example

White with #837079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837079; }

 p { color: rgb(131,112,121); }

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

background-color css

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

 a { background-color: rgb(131,112,121); }

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

border-color css

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

 span { border-color: rgb(131,112,121); }

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