Html Css Color HEX #857178 Venus

📋 copy color: '#857178'

red 133 ◦ green 113 ◦ blue 120

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

Shades of Venus #857178

Tints of Venus #857178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 36.34%
G = 30.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857178 (or 0x857178) is known color: Venus. HEX triplet: 85, 71 and 78. RGB value is (133,113,120). Sum of RGB (Red+Green+Blue) = 133+113+120=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857178 is #7A8E87. Grayscale: #777777. Windows color (decimal): -8031880 or 7893381. OLE color: 7893381.

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

Color convert

RGB 133 113 120 -
CMYK 0 0.15 0.10 0.48
HSL 339º 0.08% 0.48% -
HSV(B) 339º 0.15% 0.52% -
XYZ 18.97 18.15 20.27 -
YUV 119.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 133 113 120 0 0.15 0.10 0.48 339 0.08 0.48
Hex 85 71 78 0 F A 30 153 8 30
Octal 205 161 170 0 17 12 60 523 10 60
Binary 10000101 1110001 1111000 0 1111 1010 110000 101010011 1000 110000

Color Harmonies of #857178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857178

Black with #857178

Text Example


Text Example

White with #857178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857178; }

 p { color: rgb(133,113,120); }

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

background-color css

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

 a { background-color: rgb(133,113,120); }

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

border-color css

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

 span { border-color: rgb(133,113,120); }

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