Html Css Color HEX #85708A Mamba

📋 copy color: '#85708A'

red 133 ◦ green 112 ◦ blue 138

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

Shades of Mamba #85708A

Tints of Mamba #85708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 34.73%
G = 29.24%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85708A (or 0x85708A) is known color: Mamba. HEX triplet: 85, 70 and 8A. RGB value is (133,112,138). Sum of RGB (Red+Green+Blue) = 133+112+138=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #85708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85708A is #7A8F75. Grayscale: #797979. Windows color (decimal): -8032118 or 9072773. OLE color: 9072773.

HSL color Cylindrical-coordinate representation of color #85708A: hue angle of 288.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85708A is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 112 138 -
CMYK 0.04 0.19 0 0.46
HSL 288.46º 0.1% 0.49% -
HSV(B) 288.46º 0.19% 0.54% -
XYZ 20.05 18.41 26.54 -
YUV 121.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 133 112 138 0.04 0.19 0 0.46 288.46 0.1 0.49
Hex 85 70 8A 4 13 0 2E 120 A 31
Octal 205 160 212 4 23 0 56 440 12 61
Binary 10000101 1110000 10001010 100 10011 0 101110 100100000 1010 110001

Color Harmonies of #85708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85708A

Black with #85708A

Text Example


Text Example

White with #85708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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