Html Css Color HEX #786582 Mamba

📋 copy color: '#786582'

red 120 ◦ green 101 ◦ blue 130

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

Shades of Mamba #786582

Tints of Mamba #786582

RGB

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

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

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

R = 34.19%
G = 28.77%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#786582 (or 0x786582) is known color: Mamba. HEX triplet: 78, 65 and 82. RGB value is (120,101,130). Sum of RGB (Red+Green+Blue) = 120+101+130=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #786582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786582 is #879A7D. Grayscale: #6D6D6D. Windows color (decimal): -8886910 or 8545656. OLE color: 8545656.

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

Color convert

RGB 120 101 130 -
CMYK 0.08 0.22 0 0.49
HSL 279.31º 0.13% 0.45% -
HSV(B) 279.31º 0.22% 0.51% -
XYZ 16.43 14.91 23.13 -
YUV 109.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 120 101 130 0.08 0.22 0 0.49 279.31 0.13 0.45
Hex 78 65 82 8 16 0 31 117 D 2D
Octal 170 145 202 10 26 0 61 427 15 55
Binary 1111000 1100101 10000010 1000 10110 0 110001 100010111 1101 101101

Color Harmonies of #786582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786582

Black with #786582

Text Example


Text Example

White with #786582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786582; }

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

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

background-color css

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

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

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

border-color css

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

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

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