Html Css Color HEX #837078 Venus

📋 copy color: '#837078'

red 131 ◦ green 112 ◦ blue 120

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

Shades of Venus #837078

Tints of Venus #837078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 36.09%
G = 30.85%
B = 33.06%

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

#837078 (or 0x837078) is known color: Venus. HEX triplet: 83, 70 and 78. RGB value is (131,112,120). Sum of RGB (Red+Green+Blue) = 131+112+120=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #837078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837078 is #7C8F87. Grayscale: #767676. Windows color (decimal): -8163208 or 7893123. OLE color: 7893123.

HSL color Cylindrical-coordinate representation of color #837078: hue angle of 334.74º 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 #837078 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 120 -
CMYK 0 0.15 0.08 0.49
HSL 334.74º 0.08% 0.48% -
HSV(B) 334.74º 0.15% 0.51% -
XYZ 18.54 17.77 20.22 -
YUV 118.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 131 112 120 0 0.15 0.08 0.49 334.74 0.08 0.48
Hex 83 70 78 0 F 8 31 14F 8 30
Octal 203 160 170 0 17 10 61 517 10 60
Binary 10000011 1110000 1111000 0 1111 1000 110001 101001111 1000 110000

Color Harmonies of #837078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837078

Black with #837078

Text Example


Text Example

White with #837078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837078; }

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

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

background-color css

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

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

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

border-color css

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

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

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