Html Css Color HEX #85728A Mamba

📋 copy color: '#85728A'

red 133 ◦ green 114 ◦ blue 138

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

Shades of Mamba #85728A

Tints of Mamba #85728A

RGB

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

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

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

R = 34.55%
G = 29.61%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85728A (or 0x85728A) is known color: Mamba. HEX triplet: 85, 72 and 8A. RGB value is (133,114,138). Sum of RGB (Red+Green+Blue) = 133+114+138=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #85728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85728A is #7A8D75. Grayscale: #7A7A7A. Windows color (decimal): -8031606 or 9073285. OLE color: 9073285.

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

Color convert

RGB 133 114 138 -
CMYK 0.04 0.17 0 0.46
HSL 287.5º 0.1% 0.49% -
HSV(B) 287.5º 0.17% 0.54% -
XYZ 20.28 18.86 26.62 -
YUV 122.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 133 114 138 0.04 0.17 0 0.46 287.5 0.1 0.49
Hex 85 72 8A 4 11 0 2E 120 A 31
Octal 205 162 212 4 21 0 56 440 12 61
Binary 10000101 1110010 10001010 100 10001 0 101110 100100000 1010 110001

Color Harmonies of #85728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85728A

Black with #85728A

Text Example


Text Example

White with #85728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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