Html Css Color HEX #7D787F Mamba

📋 copy color: '#7D787F'

red 125 ◦ green 120 ◦ blue 127

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

Shades of Mamba #7D787F

Tints of Mamba #7D787F

RGB

 RED value IS 125 (49.22% from 255) = 33.6%

 GREEN value IS 120 (47.27% from 255) = 32.26%

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

R = 33.6%
G = 32.26%
B = 34.14%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7D787F (or 0x7D787F) is known color: Mamba. HEX triplet: 7D, 78 and 7F. RGB value is (125,120,127). Sum of RGB (Red+Green+Blue) = 125+120+127=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D787F is #828780. Grayscale: #7A7A7A. Windows color (decimal): -8554369 or 8353917. OLE color: 8353917.

HSL color Cylindrical-coordinate representation of color #7D787F: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D787F is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 120 127 -
CMYK 0.02 0.06 0 0.50
HSL 282.86º 0.03% 0.48% -
HSV(B) 282.86º 0.06% 0.5% -
XYZ 19 19.33 22.81 -
YUV 122.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 125 120 127 0.02 0.06 0 0.50 282.86 0.03 0.48
Hex 7D 78 7F 2 6 0 32 11B 3 30
Octal 175 170 177 2 6 0 62 433 3 60
Binary 1111101 1111000 1111111 10 110 0 110010 100011011 11 110000

Color Harmonies of #7D787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D787F

Black with #7D787F

Text Example


Text Example

White with #7D787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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