Html Css Color HEX #787081 Mamba

📋 copy color: '#787081'

red 120 ◦ green 112 ◦ blue 129

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

Shades of Mamba #787081

Tints of Mamba #787081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 33.24%
G = 31.02%
B = 35.73%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787081 (or 0x787081) is known color: Mamba. HEX triplet: 78, 70 and 81. RGB value is (120,112,129). Sum of RGB (Red+Green+Blue) = 120+112+129=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #787081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787081 is #878F7E. Grayscale: #747474. Windows color (decimal): -8884095 or 8482936. OLE color: 8482936.

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

Color convert

RGB 120 112 129 -
CMYK 0.07 0.13 0 0.49
HSL 268.24º 0.07% 0.47% -
HSV(B) 268.24º 0.13% 0.51% -
XYZ 17.5 17.17 23.16 -
YUV 116.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 120 112 129 0.07 0.13 0 0.49 268.24 0.07 0.47
Hex 78 70 81 7 D 0 31 10C 7 2F
Octal 170 160 201 7 15 0 61 414 7 57
Binary 1111000 1110000 10000001 111 1101 0 110001 100001100 111 101111

Color Harmonies of #787081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787081

Black with #787081

Text Example


Text Example

White with #787081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787081; }

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

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

background-color css

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

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

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

border-color css

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

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

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