Html Css Color HEX #7F7A80 Mamba

📋 copy color: '#7F7A80'

red 127 ◦ green 122 ◦ blue 128

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

Shades of Mamba #7F7A80

Tints of Mamba #7F7A80

RGB

 RED value IS 127 (50% from 255) = 33.69%

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 33.69%
G = 32.36%
B = 33.95%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7F7A80 (or 0x7F7A80) is known color: Mamba. HEX triplet: 7F, 7A and 80. RGB value is (127,122,128). Sum of RGB (Red+Green+Blue) = 127+122+128=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F7A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7A80 is #80857F. Grayscale: #7C7C7C. Windows color (decimal): -8422784 or 8419967. OLE color: 8419967.

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

Color convert

RGB 127 122 128 -
CMYK 0.01 0.05 0 0.50
HSL 290º 0.02% 0.49% -
HSV(B) 290º 0.05% 0.5% -
XYZ 19.61 19.99 23.25 -
YUV 124.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 127 122 128 0.01 0.05 0 0.50 290 0.02 0.49
Hex 7F 7A 80 1 5 0 32 122 2 31
Octal 177 172 200 1 5 0 62 442 2 61
Binary 1111111 1111010 10000000 1 101 0 110010 100100010 10 110001

Color Harmonies of #7F7A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A80

Black with #7F7A80

Text Example


Text Example

White with #7F7A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,128); }

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

background-color css

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

 a { background-color: rgb(127,122,128); }

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

border-color css

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

 span { border-color: rgb(127,122,128); }

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