Html Css Color HEX #78707C Mamba

📋 copy color: '#78707C'

red 120 ◦ green 112 ◦ blue 124

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

Shades of Mamba #78707C

Tints of Mamba #78707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 33.71%
G = 31.46%
B = 34.83%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78707C (or 0x78707C) is known color: Mamba. HEX triplet: 78, 70 and 7C. RGB value is (120,112,124). Sum of RGB (Red+Green+Blue) = 120+112+124=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #78707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78707C is #878F83. Grayscale: #737373. Windows color (decimal): -8884100 or 8155256. OLE color: 8155256.

HSL color Cylindrical-coordinate representation of color #78707C: hue angle of 280º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78707C is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 112 124 -
CMYK 0.03 0.10 0 0.51
HSL 280º 0.05% 0.46% -
HSV(B) 280º 0.1% 0.49% -
XYZ 17.18 17.04 21.45 -
YUV 115.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 120 112 124 0.03 0.10 0 0.51 280 0.05 0.46
Hex 78 70 7C 3 A 0 33 118 5 2E
Octal 170 160 174 3 12 0 63 430 5 56
Binary 1111000 1110000 1111100 11 1010 0 110011 100011000 101 101110

Color Harmonies of #78707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78707C

Black with #78707C

Text Example


Text Example

White with #78707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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