Html Css Color HEX #837178 Venus

📋 copy color: '#837178'

red 131 ◦ green 113 ◦ blue 120

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

Shades of Venus #837178

Tints of Venus #837178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 35.99%
G = 31.04%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#837178 (or 0x837178) is known color: Venus. HEX triplet: 83, 71 and 78. RGB value is (131,113,120). Sum of RGB (Red+Green+Blue) = 131+113+120=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837178 is #7C8E87. Grayscale: #777777. Windows color (decimal): -8162952 or 7893379. OLE color: 7893379.

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

Color convert

RGB 131 113 120 -
CMYK 0 0.14 0.08 0.49
HSL 336.67º 0.07% 0.48% -
HSV(B) 336.67º 0.14% 0.51% -
XYZ 18.66 17.99 20.26 -
YUV 119.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 131 113 120 0 0.14 0.08 0.49 336.67 0.07 0.48
Hex 83 71 78 0 E 8 31 151 7 30
Octal 203 161 170 0 16 10 61 521 7 60
Binary 10000011 1110001 1111000 0 1110 1000 110001 101010001 111 110000

Color Harmonies of #837178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837178

Black with #837178

Text Example


Text Example

White with #837178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837178; }

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

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

background-color css

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

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

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

border-color css

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

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

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