Html Css Color HEX #786886 Mamba

📋 copy color: '#786886'

red 120 ◦ green 104 ◦ blue 134

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

Shades of Mamba #786886

Tints of Mamba #786886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 33.52%
G = 29.05%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786886 (or 0x786886) is known color: Mamba. HEX triplet: 78, 68 and 86. RGB value is (120,104,134). Sum of RGB (Red+Green+Blue) = 120+104+134=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #786886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786886 is #879779. Grayscale: #707070. Windows color (decimal): -8886138 or 8808568. OLE color: 8808568.

HSL color Cylindrical-coordinate representation of color #786886: hue angle of 272º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786886 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 104 134 -
CMYK 0.10 0.22 0 0.47
HSL 272º 0.13% 0.47% -
HSV(B) 272º 0.22% 0.53% -
XYZ 17 15.61 24.67 -
YUV 112.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 120 104 134 0.10 0.22 0 0.47 272 0.13 0.47
Hex 78 68 86 A 16 0 2F 110 D 2F
Octal 170 150 206 12 26 0 57 420 15 57
Binary 1111000 1101000 10000110 1010 10110 0 101111 100010000 1101 101111

Color Harmonies of #786886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786886

Black with #786886

Text Example


Text Example

White with #786886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786886; }

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

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

background-color css

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

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

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

border-color css

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

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

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