Html Css Color HEX #79727F Mamba

📋 copy color: '#79727F'

red 121 ◦ green 114 ◦ blue 127

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

Shades of Mamba #79727F

Tints of Mamba #79727F

RGB

 RED value IS 121 (47.66% from 255) = 33.43%

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

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

R = 33.43%
G = 31.49%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#79727F (or 0x79727F) is known color: Mamba. HEX triplet: 79, 72 and 7F. RGB value is (121,114,127). Sum of RGB (Red+Green+Blue) = 121+114+127=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 127 - color contains mainly: blue. Hex color #79727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79727F is #868D80. Grayscale: #757575. Windows color (decimal): -8818049 or 8352377. OLE color: 8352377.

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

Color convert

RGB 121 114 127 -
CMYK 0.05 0.10 0 0.50
HSL 272.31º 0.05% 0.47% -
HSV(B) 272.31º 0.1% 0.5% -
XYZ 17.73 17.63 22.55 -
YUV 117.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 121 114 127 0.05 0.10 0 0.50 272.31 0.05 0.47
Hex 79 72 7F 5 A 0 32 110 5 2F
Octal 171 162 177 5 12 0 62 420 5 57
Binary 1111001 1110010 1111111 101 1010 0 110010 100010000 101 101111

Color Harmonies of #79727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79727F

Black with #79727F

Text Example


Text Example

White with #79727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,114,127); }

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

background-color css

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

 a { background-color: rgb(121,114,127); }

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

border-color css

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

 span { border-color: rgb(121,114,127); }

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