Html Css Color HEX #786588 Mamba

📋 copy color: '#786588'

red 120 ◦ green 101 ◦ blue 136

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

Shades of Mamba #786588

Tints of Mamba #786588

RGB

 RED value IS 120 (47.27% from 255) = 33.61%

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 33.61%
G = 28.29%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786588 (or 0x786588) is known color: Mamba. HEX triplet: 78, 65 and 88. RGB value is (120,101,136). Sum of RGB (Red+Green+Blue) = 120+101+136=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #786588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786588 is #879A77. Grayscale: #6E6E6E. Windows color (decimal): -8886904 or 8938872. OLE color: 8938872.

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

Color convert

RGB 120 101 136 -
CMYK 0.12 0.26 0 0.47
HSL 272.57º 0.15% 0.46% -
HSV(B) 272.57º 0.26% 0.53% -
XYZ 16.84 15.08 25.32 -
YUV 110.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 120 101 136 0.12 0.26 0 0.47 272.57 0.15 0.46
Hex 78 65 88 C 1A 0 2F 111 F 2E
Octal 170 145 210 14 32 0 57 421 17 56
Binary 1111000 1100101 10001000 1100 11010 0 101111 100010001 1111 101110

Color Harmonies of #786588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786588

Black with #786588

Text Example


Text Example

White with #786588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786588; }

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

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

background-color css

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

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

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

border-color css

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

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

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