Html Css Color HEX #857A87 Mamba

📋 copy color: '#857A87'

red 133 ◦ green 122 ◦ blue 135

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

Shades of Mamba #857A87

Tints of Mamba #857A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 34.1%
G = 31.28%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857A87 (or 0x857A87) is known color: Mamba. HEX triplet: 85, 7A and 87. RGB value is (133,122,135). Sum of RGB (Red+Green+Blue) = 133+122+135=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #857A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857A87 is #7A8578. Grayscale: #7E7E7E. Windows color (decimal): -8029561 or 8878725. OLE color: 8878725.

HSL color Cylindrical-coordinate representation of color #857A87: hue angle of 290.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857A87 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 122 135 -
CMYK 0.01 0.10 0 0.47
HSL 290.77º 0.05% 0.5% -
HSV(B) 290.77º 0.1% 0.53% -
XYZ 21.01 20.65 25.8 -
YUV 126.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 133 122 135 0.01 0.10 0 0.47 290.77 0.05 0.5
Hex 85 7A 87 1 A 0 2F 123 5 32
Octal 205 172 207 1 12 0 57 443 5 62
Binary 10000101 1111010 10000111 1 1010 0 101111 100100011 101 110010

Color Harmonies of #857A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A87

Black with #857A87

Text Example


Text Example

White with #857A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857A87; }

 p { color: rgb(133,122,135); }

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

background-color css

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

 a { background-color: rgb(133,122,135); }

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

border-color css

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

 span { border-color: rgb(133,122,135); }

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