Html Css Color HEX #857078 Venus

📋 copy color: '#857078'

red 133 ◦ green 112 ◦ blue 120

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

Shades of Venus #857078

Tints of Venus #857078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 36.44%
G = 30.68%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857078 (or 0x857078) is known color: Venus. HEX triplet: 85, 70 and 78. RGB value is (133,112,120). Sum of RGB (Red+Green+Blue) = 133+112+120=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857078 is #7A8F87. Grayscale: #777777. Windows color (decimal): -8032136 or 7893125. OLE color: 7893125.

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

Color convert

RGB 133 112 120 -
CMYK 0 0.16 0.10 0.48
HSL 337.14º 0.09% 0.48% -
HSV(B) 337.14º 0.16% 0.52% -
XYZ 18.86 17.93 20.24 -
YUV 119.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 133 112 120 0 0.16 0.10 0.48 337.14 0.09 0.48
Hex 85 70 78 0 10 A 30 151 9 30
Octal 205 160 170 0 20 12 60 521 11 60
Binary 10000101 1110000 1111000 0 10000 1010 110000 101010001 1001 110000

Color Harmonies of #857078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857078

Black with #857078

Text Example


Text Example

White with #857078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857078; }

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

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

background-color css

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

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

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

border-color css

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

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

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