Html Css Color HEX #78727C Mamba

📋 copy color: '#78727C'

red 120 ◦ green 114 ◦ blue 124

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

Shades of Mamba #78727C

Tints of Mamba #78727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 33.52%
G = 31.84%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78727C (or 0x78727C) is known color: Mamba. HEX triplet: 78, 72 and 7C. RGB value is (120,114,124). Sum of RGB (Red+Green+Blue) = 120+114+124=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #78727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727C is #878D83. Grayscale: #747474. Windows color (decimal): -8883588 or 8155768. OLE color: 8155768.

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

Color convert

RGB 120 114 124 -
CMYK 0.03 0.08 0 0.51
HSL 276º 0.04% 0.47% -
HSV(B) 276º 0.08% 0.49% -
XYZ 17.4 17.48 21.53 -
YUV 116.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 120 114 124 0.03 0.08 0 0.51 276 0.04 0.47
Hex 78 72 7C 3 8 0 33 114 4 2F
Octal 170 162 174 3 10 0 63 424 4 57
Binary 1111000 1110010 1111100 11 1000 0 110011 100010100 100 101111

Color Harmonies of #78727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78727C

Black with #78727C

Text Example


Text Example

White with #78727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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