Html Css Color HEX #857B80 Venus

📋 copy color: '#857B80'

red 133 ◦ green 123 ◦ blue 128

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

Shades of Venus #857B80

Tints of Venus #857B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 34.64%
G = 32.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#857B80 (or 0x857B80) is known color: Venus. HEX triplet: 85, 7B and 80. RGB value is (133,123,128). Sum of RGB (Red+Green+Blue) = 133+123+128=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B80 is #7A847F. Grayscale: #7E7E7E. Windows color (decimal): -8029312 or 8420229. OLE color: 8420229.

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

Color convert

RGB 133 123 128 -
CMYK 0 0.08 0.04 0.48
HSL 330º 0.04% 0.5% -
HSV(B) 330º 0.08% 0.52% -
XYZ 20.65 20.71 23.33 -
YUV 126.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 133 123 128 0 0.08 0.04 0.48 330 0.04 0.5
Hex 85 7B 80 0 8 4 30 14A 4 32
Octal 205 173 200 0 10 4 60 512 4 62
Binary 10000101 1111011 10000000 0 1000 100 110000 101001010 100 110010

Color Harmonies of #857B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B80

Black with #857B80

Text Example


Text Example

White with #857B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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