Html Css Color HEX #786C84 Mamba

📋 copy color: '#786C84'

red 120 ◦ green 108 ◦ blue 132

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

Shades of Mamba #786C84

Tints of Mamba #786C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

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

R = 33.33%
G = 30%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786C84 (or 0x786C84) is known color: Mamba. HEX triplet: 78, 6C and 84. RGB value is (120,108,132). Sum of RGB (Red+Green+Blue) = 120+108+132=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #786C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C84 is #87937B. Grayscale: #727272. Windows color (decimal): -8885116 or 8678520. OLE color: 8678520.

HSL color Cylindrical-coordinate representation of color #786C84: hue angle of 270º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786C84 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 108 132 -
CMYK 0.09 0.18 0 0.48
HSL 270º 0.1% 0.47% -
HSV(B) 270º 0.18% 0.52% -
XYZ 17.27 16.38 24.08 -
YUV 114.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 120 108 132 0.09 0.18 0 0.48 270 0.1 0.47
Hex 78 6C 84 9 12 0 30 10E A 2F
Octal 170 154 204 11 22 0 60 416 12 57
Binary 1111000 1101100 10000100 1001 10010 0 110000 100001110 1010 101111

Color Harmonies of #786C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C84

Black with #786C84

Text Example


Text Example

White with #786C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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