Html Css Color HEX #857788 Mamba

📋 copy color: '#857788'

red 133 ◦ green 119 ◦ blue 136

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

Shades of Mamba #857788

Tints of Mamba #857788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 34.28%
G = 30.67%
B = 35.05%

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

#857788 (or 0x857788) is known color: Mamba. HEX triplet: 85, 77 and 88. RGB value is (133,119,136). Sum of RGB (Red+Green+Blue) = 133+119+136=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 136 - color contains mainly: blue. Hex color #857788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857788 is #7A8877. Grayscale: #7D7D7D. Windows color (decimal): -8030328 or 8943493. OLE color: 8943493.

HSL color Cylindrical-coordinate representation of color #857788: hue angle of 289.41º degrees, saturation: 0.07, 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 #857788 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 119 136 -
CMYK 0.02 0.12 0 0.47
HSL 289.41º 0.07% 0.5% -
HSV(B) 289.41º 0.13% 0.53% -
XYZ 20.71 19.96 26.05 -
YUV 125.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 133 119 136 0.02 0.12 0 0.47 289.41 0.07 0.5
Hex 85 77 88 2 C 0 2F 121 7 32
Octal 205 167 210 2 14 0 57 441 7 62
Binary 10000101 1110111 10001000 10 1100 0 101111 100100001 111 110010

Color Harmonies of #857788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857788

Black with #857788

Text Example


Text Example

White with #857788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857788; }

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

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

background-color css

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

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

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

border-color css

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

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

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