Html Css Color HEX #786F81 Mamba

📋 copy color: '#786F81'

red 120 ◦ green 111 ◦ blue 129

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

Shades of Mamba #786F81

Tints of Mamba #786F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 33.33%
G = 30.83%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#786F81 (or 0x786F81) is known color: Mamba. HEX triplet: 78, 6F and 81. RGB value is (120,111,129). Sum of RGB (Red+Green+Blue) = 120+111+129=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #786F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F81 is #87907E. Grayscale: #737373. Windows color (decimal): -8884351 or 8482680. OLE color: 8482680.

HSL color Cylindrical-coordinate representation of color #786F81: hue angle of 270º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786F81 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 111 129 -
CMYK 0.07 0.14 0 0.49
HSL 270º 0.08% 0.47% -
HSV(B) 270º 0.14% 0.51% -
XYZ 17.39 16.95 23.12 -
YUV 115.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 120 111 129 0.07 0.14 0 0.49 270 0.08 0.47
Hex 78 6F 81 7 E 0 31 10E 8 2F
Octal 170 157 201 7 16 0 61 416 10 57
Binary 1111000 1101111 10000001 111 1110 0 110001 100001110 1000 101111

Color Harmonies of #786F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F81

Black with #786F81

Text Example


Text Example

White with #786F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,111,129); }

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

background-color css

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

 a { background-color: rgb(120,111,129); }

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

border-color css

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

 span { border-color: rgb(120,111,129); }

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