Html Css Color HEX #857888 Mamba

📋 copy color: '#857888'

red 133 ◦ green 120 ◦ blue 136

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

Shades of Mamba #857888

Tints of Mamba #857888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 34.19%
G = 30.85%
B = 34.96%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857888 (or 0x857888) is known color: Mamba. HEX triplet: 85, 78 and 88. RGB value is (133,120,136). Sum of RGB (Red+Green+Blue) = 133+120+136=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #857888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857888 is #7A8777. Grayscale: #7D7D7D. Windows color (decimal): -8030072 or 8943749. OLE color: 8943749.

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

Color convert

RGB 133 120 136 -
CMYK 0.02 0.12 0 0.47
HSL 288.75º 0.06% 0.5% -
HSV(B) 288.75º 0.12% 0.53% -
XYZ 20.83 20.2 26.09 -
YUV 125.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 133 120 136 0.02 0.12 0 0.47 288.75 0.06 0.5
Hex 85 78 88 2 C 0 2F 121 6 32
Octal 205 170 210 2 14 0 57 441 6 62
Binary 10000101 1111000 10001000 10 1100 0 101111 100100001 110 110010

Color Harmonies of #857888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857888

Black with #857888

Text Example


Text Example

White with #857888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857888; }

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

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

background-color css

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

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

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

border-color css

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

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

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