Html Css Color HEX #78737E Mamba

📋 copy color: '#78737E'

red 120 ◦ green 115 ◦ blue 126

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

Shades of Mamba #78737E

Tints of Mamba #78737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 33.24%
G = 31.86%
B = 34.9%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78737E (or 0x78737E) is known color: Mamba. HEX triplet: 78, 73 and 7E. RGB value is (120,115,126). Sum of RGB (Red+Green+Blue) = 120+115+126=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #78737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78737E is #878C81. Grayscale: #757575. Windows color (decimal): -8883330 or 8287096. OLE color: 8287096.

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

Color convert

RGB 120 115 126 -
CMYK 0.05 0.09 0 0.51
HSL 267.27º 0.05% 0.47% -
HSV(B) 267.27º 0.09% 0.49% -
XYZ 17.64 17.76 22.24 -
YUV 117.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 120 115 126 0.05 0.09 0 0.51 267.27 0.05 0.47
Hex 78 73 7E 5 9 0 33 10B 5 2F
Octal 170 163 176 5 11 0 63 413 5 57
Binary 1111000 1110011 1111110 101 1001 0 110011 100001011 101 101111

Color Harmonies of #78737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78737E

Black with #78737E

Text Example


Text Example

White with #78737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78737E; }

 p { color: rgb(120,115,126); }

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

background-color css

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

 a { background-color: rgb(120,115,126); }

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

border-color css

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

 span { border-color: rgb(120,115,126); }

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