Html Css Color HEX #857A88 Mamba

📋 copy color: '#857A88'

red 133 ◦ green 122 ◦ blue 136

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

Shades of Mamba #857A88

Tints of Mamba #857A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 34.02%
G = 31.2%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857A88 (or 0x857A88) is known color: Mamba. HEX triplet: 85, 7A and 88. RGB value is (133,122,136). Sum of RGB (Red+Green+Blue) = 133+122+136=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #857A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857A88 is #7A8577. Grayscale: #7E7E7E. Windows color (decimal): -8029560 or 8944261. OLE color: 8944261.

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

Color convert

RGB 133 122 136 -
CMYK 0.02 0.10 0 0.47
HSL 287.14º 0.06% 0.51% -
HSV(B) 287.14º 0.1% 0.53% -
XYZ 21.08 20.68 26.17 -
YUV 126.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 133 122 136 0.02 0.10 0 0.47 287.14 0.06 0.51
Hex 85 7A 88 2 A 0 2F 11F 6 33
Octal 205 172 210 2 12 0 57 437 6 63
Binary 10000101 1111010 10001000 10 1010 0 101111 100011111 110 110011

Color Harmonies of #857A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A88

Black with #857A88

Text Example


Text Example

White with #857A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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