Html Css Color HEX #857279 Venus

📋 copy color: '#857279'

red 133 ◦ green 114 ◦ blue 121

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

Shades of Venus #857279

Tints of Venus #857279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

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

R = 36.14%
G = 30.98%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857279 (or 0x857279) is known color: Venus. HEX triplet: 85, 72 and 79. RGB value is (133,114,121). Sum of RGB (Red+Green+Blue) = 133+114+121=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857279 is #7A8D86. Grayscale: #787878. Windows color (decimal): -8031623 or 7959173. OLE color: 7959173.

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

Color convert

RGB 133 114 121 -
CMYK 0 0.14 0.09 0.48
HSL 337.89º 0.08% 0.48% -
HSV(B) 337.89º 0.14% 0.52% -
XYZ 19.14 18.4 20.63 -
YUV 120.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 133 114 121 0 0.14 0.09 0.48 337.89 0.08 0.48
Hex 85 72 79 0 E 9 30 152 8 30
Octal 205 162 171 0 16 11 60 522 10 60
Binary 10000101 1110010 1111001 0 1110 1001 110000 101010010 1000 110000

Color Harmonies of #857279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857279

Black with #857279

Text Example


Text Example

White with #857279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857279; }

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

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

background-color css

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

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

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

border-color css

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

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

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