Html Css Color HEX #856D77 Venus

📋 copy color: '#856D77'

red 133 ◦ green 109 ◦ blue 119

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

Shades of Venus #856D77

Tints of Venus #856D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 36.84%
G = 30.19%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856D77 (or 0x856D77) is known color: Venus. HEX triplet: 85, 6D and 77. RGB value is (133,109,119). Sum of RGB (Red+Green+Blue) = 133+109+119=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D77 is #7A9288. Grayscale: #757575. Windows color (decimal): -8032905 or 7826821. OLE color: 7826821.

HSL color Cylindrical-coordinate representation of color #856D77: hue angle of 335º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D77 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 119 -
CMYK 0 0.18 0.11 0.48
HSL 335º 0.1% 0.47% -
HSV(B) 335º 0.18% 0.52% -
XYZ 18.47 17.26 19.81 -
YUV 117.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 133 109 119 0 0.18 0.11 0.48 335 0.1 0.47
Hex 85 6D 77 0 12 B 30 14F A 2F
Octal 205 155 167 0 22 13 60 517 12 57
Binary 10000101 1101101 1110111 0 10010 1011 110000 101001111 1010 101111

Color Harmonies of #856D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D77

Black with #856D77

Text Example


Text Example

White with #856D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D77; }

 p { color: rgb(133,109,119); }

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

background-color css

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

 a { background-color: rgb(133,109,119); }

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

border-color css

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

 span { border-color: rgb(133,109,119); }

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