Html Css Color HEX #786882 Mamba

📋 copy color: '#786882'

red 120 ◦ green 104 ◦ blue 130

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

Shades of Mamba #786882

Tints of Mamba #786882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 33.9%
G = 29.38%
B = 36.72%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#786882 (or 0x786882) is known color: Mamba. HEX triplet: 78, 68 and 82. RGB value is (120,104,130). Sum of RGB (Red+Green+Blue) = 120+104+130=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #786882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786882 is #87977D. Grayscale: #6F6F6F. Windows color (decimal): -8886142 or 8546424. OLE color: 8546424.

HSL color Cylindrical-coordinate representation of color #786882: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786882 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 104 130 -
CMYK 0.08 0.2 0 0.49
HSL 276.92º 0.11% 0.46% -
HSV(B) 276.92º 0.2% 0.51% -
XYZ 16.73 15.51 23.23 -
YUV 111.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 120 104 130 0.08 0.2 0 0.49 276.92 0.11 0.46
Hex 78 68 82 8 14 0 31 115 B 2E
Octal 170 150 202 10 24 0 61 425 13 56
Binary 1111000 1101000 10000010 1000 10100 0 110001 100010101 1011 101110

Color Harmonies of #786882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786882

Black with #786882

Text Example


Text Example

White with #786882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786882; }

 p { color: rgb(120,104,130); }

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

background-color css

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

 a { background-color: rgb(120,104,130); }

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

border-color css

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

 span { border-color: rgb(120,104,130); }

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