Html Css Color HEX #78717F Mamba

📋 copy color: '#78717F'

red 120 ◦ green 113 ◦ blue 127

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

Shades of Mamba #78717F

Tints of Mamba #78717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 33.33%
G = 31.39%
B = 35.28%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78717F (or 0x78717F) is known color: Mamba. HEX triplet: 78, 71 and 7F. RGB value is (120,113,127). Sum of RGB (Red+Green+Blue) = 120+113+127=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #78717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717F is #878E80. Grayscale: #747474. Windows color (decimal): -8883841 or 8352120. OLE color: 8352120.

HSL color Cylindrical-coordinate representation of color #78717F: hue angle of 270º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78717F is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 113 127 -
CMYK 0.06 0.11 0 0.50
HSL 270º 0.06% 0.47% -
HSV(B) 270º 0.11% 0.5% -
XYZ 17.48 17.34 22.5 -
YUV 116.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 120 113 127 0.06 0.11 0 0.50 270 0.06 0.47
Hex 78 71 7F 6 B 0 32 10E 6 2F
Octal 170 161 177 6 13 0 62 416 6 57
Binary 1111000 1110001 1111111 110 1011 0 110010 100001110 110 101111

Color Harmonies of #78717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78717F

Black with #78717F

Text Example


Text Example

White with #78717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78717F; }

 p { color: rgb(120,113,127); }

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

background-color css

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

 a { background-color: rgb(120,113,127); }

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

border-color css

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

 span { border-color: rgb(120,113,127); }

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