Html Css Color HEX #786388 Mamba

📋 copy color: '#786388'

red 120 ◦ green 99 ◦ blue 136

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

Shades of Mamba #786388

Tints of Mamba #786388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 33.8%
G = 27.89%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786388 (or 0x786388) is known color: Mamba. HEX triplet: 78, 63 and 88. RGB value is (120,99,136). Sum of RGB (Red+Green+Blue) = 120+99+136=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #786388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786388 is #879C77. Grayscale: #6D6D6D. Windows color (decimal): -8887416 or 8938360. OLE color: 8938360.

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

Color convert

RGB 120 99 136 -
CMYK 0.12 0.27 0 0.47
HSL 274.05º 0.16% 0.46% -
HSV(B) 274.05º 0.27% 0.53% -
XYZ 16.65 14.69 25.25 -
YUV 109.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 120 99 136 0.12 0.27 0 0.47 274.05 0.16 0.46
Hex 78 63 88 C 1B 0 2F 112 10 2E
Octal 170 143 210 14 33 0 57 422 20 56
Binary 1111000 1100011 10001000 1100 11011 0 101111 100010010 10000 101110

Color Harmonies of #786388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786388

Black with #786388

Text Example


Text Example

White with #786388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786388; }

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

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

background-color css

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

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

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

border-color css

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

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

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