Html Css Color HEX #837379 Venus

📋 copy color: '#837379'

red 131 ◦ green 115 ◦ blue 121

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

Shades of Venus #837379

Tints of Venus #837379

RGB

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

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

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

R = 35.69%
G = 31.34%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#837379 (or 0x837379) is known color: Venus. HEX triplet: 83, 73 and 79. RGB value is (131,115,121). Sum of RGB (Red+Green+Blue) = 131+115+121=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #837379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837379 is #7C8C86. Grayscale: #787878. Windows color (decimal): -8162439 or 7959427. OLE color: 7959427.

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

Color convert

RGB 131 115 121 -
CMYK 0 0.12 0.08 0.49
HSL 337.5º 0.07% 0.48% -
HSV(B) 337.5º 0.12% 0.51% -
XYZ 18.94 18.47 20.66 -
YUV 120.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 131 115 121 0 0.12 0.08 0.49 337.5 0.07 0.48
Hex 83 73 79 0 C 8 31 152 7 30
Octal 203 163 171 0 14 10 61 522 7 60
Binary 10000011 1110011 1111001 0 1100 1000 110001 101010010 111 110000

Color Harmonies of #837379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837379

Black with #837379

Text Example


Text Example

White with #837379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837379; }

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

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

background-color css

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

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

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

border-color css

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

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

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