Html Css Color HEX #786684 Mamba

📋 copy color: '#786684'

red 120 ◦ green 102 ◦ blue 132

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

Shades of Mamba #786684

Tints of Mamba #786684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 33.9%
G = 28.81%
B = 37.29%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786684 (or 0x786684) is known color: Mamba. HEX triplet: 78, 66 and 84. RGB value is (120,102,132). Sum of RGB (Red+Green+Blue) = 120+102+132=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #786684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786684 is #87997B. Grayscale: #6E6E6E. Windows color (decimal): -8886652 or 8676984. OLE color: 8676984.

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

Color convert

RGB 120 102 132 -
CMYK 0.09 0.23 0 0.48
HSL 276º 0.13% 0.46% -
HSV(B) 276º 0.23% 0.52% -
XYZ 16.66 15.16 23.88 -
YUV 110.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 120 102 132 0.09 0.23 0 0.48 276 0.13 0.46
Hex 78 66 84 9 17 0 30 114 D 2E
Octal 170 146 204 11 27 0 60 424 15 56
Binary 1111000 1100110 10000100 1001 10111 0 110000 100010100 1101 101110

Color Harmonies of #786684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786684

Black with #786684

Text Example


Text Example

White with #786684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786684; }

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

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

background-color css

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

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

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

border-color css

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

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

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