Html Css Color HEX #85708C Mamba

📋 copy color: '#85708C'

red 133 ◦ green 112 ◦ blue 140

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

Shades of Mamba #85708C

Tints of Mamba #85708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 34.55%
G = 29.09%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85708C (or 0x85708C) is known color: Mamba. HEX triplet: 85, 70 and 8C. RGB value is (133,112,140). Sum of RGB (Red+Green+Blue) = 133+112+140=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #85708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85708C is #7A8F73. Grayscale: #797979. Windows color (decimal): -8032116 or 9203845. OLE color: 9203845.

HSL color Cylindrical-coordinate representation of color #85708C: hue angle of 285º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85708C is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 112 140 -
CMYK 0.05 0.20 0 0.45
HSL 285º 0.11% 0.49% -
HSV(B) 285º 0.2% 0.55% -
XYZ 20.2 18.47 27.31 -
YUV 121.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 133 112 140 0.05 0.20 0 0.45 285 0.11 0.49
Hex 85 70 8C 5 14 0 2D 11D B 31
Octal 205 160 214 5 24 0 55 435 13 61
Binary 10000101 1110000 10001100 101 10100 0 101101 100011101 1011 110001

Color Harmonies of #85708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85708C

Black with #85708C

Text Example


Text Example

White with #85708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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