Html Css Color HEX #857988 Mamba

📋 copy color: '#857988'

red 133 ◦ green 121 ◦ blue 136

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

Shades of Mamba #857988

Tints of Mamba #857988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

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

R = 34.1%
G = 31.03%
B = 34.87%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857988 (or 0x857988) is known color: Mamba. HEX triplet: 85, 79 and 88. RGB value is (133,121,136). Sum of RGB (Red+Green+Blue) = 133+121+136=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #857988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857988 is #7A8677. Grayscale: #7E7E7E. Windows color (decimal): -8029816 or 8944005. OLE color: 8944005.

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

Color convert

RGB 133 121 136 -
CMYK 0.02 0.11 0 0.47
HSL 288º 0.06% 0.5% -
HSV(B) 288º 0.11% 0.53% -
XYZ 20.95 20.44 26.13 -
YUV 126.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 133 121 136 0.02 0.11 0 0.47 288 0.06 0.5
Hex 85 79 88 2 B 0 2F 120 6 32
Octal 205 171 210 2 13 0 57 440 6 62
Binary 10000101 1111001 10001000 10 1011 0 101111 100100000 110 110010

Color Harmonies of #857988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857988

Black with #857988

Text Example


Text Example

White with #857988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857988; }

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

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

background-color css

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

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

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

border-color css

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

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

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