Html Css Color HEX #796F81 Mamba

📋 copy color: '#796F81'

red 121 ◦ green 111 ◦ blue 129

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

Shades of Mamba #796F81

Tints of Mamba #796F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 33.52%
G = 30.75%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#796F81 (or 0x796F81) is known color: Mamba. HEX triplet: 79, 6F and 81. RGB value is (121,111,129). Sum of RGB (Red+Green+Blue) = 121+111+129=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #796F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796F81 is #86907E. Grayscale: #737373. Windows color (decimal): -8818815 or 8482681. OLE color: 8482681.

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

Color convert

RGB 121 111 129 -
CMYK 0.06 0.14 0 0.49
HSL 273.33º 0.08% 0.47% -
HSV(B) 273.33º 0.14% 0.51% -
XYZ 17.53 17.02 23.13 -
YUV 116.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 121 111 129 0.06 0.14 0 0.49 273.33 0.08 0.47
Hex 79 6F 81 6 E 0 31 111 8 2F
Octal 171 157 201 6 16 0 61 421 10 57
Binary 1111001 1101111 10000001 110 1110 0 110001 100010001 1000 101111

Color Harmonies of #796F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F81

Black with #796F81

Text Example


Text Example

White with #796F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,129); }

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

background-color css

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

 a { background-color: rgb(121,111,129); }

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

border-color css

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

 span { border-color: rgb(121,111,129); }

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