Html Css Color HEX #796E7D Mamba

📋 copy color: '#796E7D'

red 121 ◦ green 110 ◦ blue 125

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

Shades of Mamba #796E7D

Tints of Mamba #796E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 33.99%
G = 30.9%
B = 35.11%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#796E7D (or 0x796E7D) is known color: Mamba. HEX triplet: 79, 6E and 7D. RGB value is (121,110,125). Sum of RGB (Red+Green+Blue) = 121+110+125=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #796E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E7D is #869182. Grayscale: #727272. Windows color (decimal): -8819075 or 8220281. OLE color: 8220281.

HSL color Cylindrical-coordinate representation of color #796E7D: hue angle of 284º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796E7D is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 110 125 -
CMYK 0.03 0.12 0 0.51
HSL 284º 0.06% 0.46% -
HSV(B) 284º 0.12% 0.49% -
XYZ 17.16 16.7 21.72 -
YUV 115 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 121 110 125 0.03 0.12 0 0.51 284 0.06 0.46
Hex 79 6E 7D 3 C 0 33 11C 6 2E
Octal 171 156 175 3 14 0 63 434 6 56
Binary 1111001 1101110 1111101 11 1100 0 110011 100011100 110 101110

Color Harmonies of #796E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E7D

Black with #796E7D

Text Example


Text Example

White with #796E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796E7D; }

 p { color: rgb(121,110,125); }

 H1.HeaderClassName
 {
   color: #796E7D;
 }
 .AnyTagClassName
 {
   color: #796E7D;
 }
</style>

background-color css

<style>
 a { background-color: #796E7D; }

 a { background-color: rgb(121,110,125); }

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

border-color css

<style>
 span { border-color: #796E7D; }

 span { border-color: rgb(121,110,125); }

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