Html Css Color HEX #857F81 Venus

📋 copy color: '#857F81'

red 133 ◦ green 127 ◦ blue 129

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

Shades of Venus #857F81

Tints of Venus #857F81

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 34.19%
G = 32.65%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#857F81 (or 0x857F81) is known color: Venus. HEX triplet: 85, 7F and 81. RGB value is (133,127,129). Sum of RGB (Red+Green+Blue) = 133+127+129=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #857F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F81 is #7A807E. Grayscale: #818181. Windows color (decimal): -8028287 or 8486789. OLE color: 8486789.

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

Color convert

RGB 133 127 129 -
CMYK 0 0.05 0.03 0.48
HSL 340º 0.02% 0.51% -
HSV(B) 340º 0.05% 0.52% -
XYZ 21.22 21.75 23.85 -
YUV 129.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 133 127 129 0 0.05 0.03 0.48 340 0.02 0.51
Hex 85 7F 81 0 5 3 30 154 2 33
Octal 205 177 201 0 5 3 60 524 2 63
Binary 10000101 1111111 10000001 0 101 11 110000 101010100 10 110011

Color Harmonies of #857F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F81

Black with #857F81

Text Example


Text Example

White with #857F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,129); }

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

background-color css

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

 a { background-color: rgb(133,127,129); }

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

border-color css

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

 span { border-color: rgb(133,127,129); }

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