Html Css Color HEX #857079 Venus

📋 copy color: '#857079'

red 133 ◦ green 112 ◦ blue 121

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

Shades of Venus #857079

Tints of Venus #857079

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

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

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

R = 36.34%
G = 30.6%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857079 (or 0x857079) is known color: Venus. HEX triplet: 85, 70 and 79. RGB value is (133,112,121). Sum of RGB (Red+Green+Blue) = 133+112+121=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857079 is #7A8F86. Grayscale: #777777. Windows color (decimal): -8032135 or 7958661. OLE color: 7958661.

HSL color Cylindrical-coordinate representation of color #857079: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857079 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 121 -
CMYK 0 0.16 0.09 0.48
HSL 334.29º 0.09% 0.48% -
HSV(B) 334.29º 0.16% 0.52% -
XYZ 18.92 17.96 20.56 -
YUV 119.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 133 112 121 0 0.16 0.09 0.48 334.29 0.09 0.48
Hex 85 70 79 0 10 9 30 14E 9 30
Octal 205 160 171 0 20 11 60 516 11 60
Binary 10000101 1110000 1111001 0 10000 1001 110000 101001110 1001 110000

Color Harmonies of #857079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857079

Black with #857079

Text Example


Text Example

White with #857079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857079; }

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

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

background-color css

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

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

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

border-color css

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

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

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