Html Css Color HEX #786384 Mamba

📋 copy color: '#786384'

red 120 ◦ green 99 ◦ blue 132

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

Shades of Mamba #786384

Tints of Mamba #786384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 34.19%
G = 28.21%
B = 37.61%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786384 (or 0x786384) is known color: Mamba. HEX triplet: 78, 63 and 84. RGB value is (120,99,132). Sum of RGB (Red+Green+Blue) = 120+99+132=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #786384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786384 is #879C7B. Grayscale: #6C6C6C. Windows color (decimal): -8887420 or 8676216. OLE color: 8676216.

HSL color Cylindrical-coordinate representation of color #786384: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786384 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 99 132 -
CMYK 0.09 0.25 0 0.48
HSL 278.18º 0.14% 0.45% -
HSV(B) 278.18º 0.25% 0.52% -
XYZ 16.37 14.58 23.78 -
YUV 109.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 120 99 132 0.09 0.25 0 0.48 278.18 0.14 0.45
Hex 78 63 84 9 19 0 30 116 E 2D
Octal 170 143 204 11 31 0 60 426 16 55
Binary 1111000 1100011 10000100 1001 11001 0 110000 100010110 1110 101101

Color Harmonies of #786384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786384

Black with #786384

Text Example


Text Example

White with #786384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786384; }

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

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

background-color css

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

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

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

border-color css

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

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

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