Html Css Color HEX #857D80 Venus

📋 copy color: '#857D80'

red 133 ◦ green 125 ◦ blue 128

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

Shades of Venus #857D80

Tints of Venus #857D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 34.46%
G = 32.38%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#857D80 (or 0x857D80) is known color: Venus. HEX triplet: 85, 7D and 80. RGB value is (133,125,128). Sum of RGB (Red+Green+Blue) = 133+125+128=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #857D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D80 is #7A827F. Grayscale: #7F7F7F. Windows color (decimal): -8028800 or 8420741. OLE color: 8420741.

HSL color Cylindrical-coordinate representation of color #857D80: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857D80 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 128 -
CMYK 0 0.06 0.04 0.48
HSL 337.5º 0.03% 0.51% -
HSV(B) 337.5º 0.06% 0.52% -
XYZ 20.9 21.21 23.41 -
YUV 127.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 133 125 128 0 0.06 0.04 0.48 337.5 0.03 0.51
Hex 85 7D 80 0 6 4 30 152 3 33
Octal 205 175 200 0 6 4 60 522 3 63
Binary 10000101 1111101 10000000 0 110 100 110000 101010010 11 110011

Color Harmonies of #857D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D80

Black with #857D80

Text Example


Text Example

White with #857D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D80; }

 p { color: rgb(133,125,128); }

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

background-color css

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

 a { background-color: rgb(133,125,128); }

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

border-color css

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

 span { border-color: rgb(133,125,128); }

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