Html Css Color HEX #796A86 Mamba

📋 copy color: '#796A86'

red 121 ◦ green 106 ◦ blue 134

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

Shades of Mamba #796A86

Tints of Mamba #796A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 33.52%
G = 29.36%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796A86 (or 0x796A86) is known color: Mamba. HEX triplet: 79, 6A and 86. RGB value is (121,106,134). Sum of RGB (Red+Green+Blue) = 121+106+134=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #796A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A86 is #869579. Grayscale: #717171. Windows color (decimal): -8820090 or 8809081. OLE color: 8809081.

HSL color Cylindrical-coordinate representation of color #796A86: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796A86 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 106 134 -
CMYK 0.10 0.21 0 0.47
HSL 272.14º 0.12% 0.47% -
HSV(B) 272.14º 0.21% 0.53% -
XYZ 17.34 16.09 24.75 -
YUV 113.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 121 106 134 0.10 0.21 0 0.47 272.14 0.12 0.47
Hex 79 6A 86 A 15 0 2F 110 C 2F
Octal 171 152 206 12 25 0 57 420 14 57
Binary 1111001 1101010 10000110 1010 10101 0 101111 100010000 1100 101111

Color Harmonies of #796A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A86

Black with #796A86

Text Example


Text Example

White with #796A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,134); }

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

background-color css

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

 a { background-color: rgb(121,106,134); }

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

border-color css

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

 span { border-color: rgb(121,106,134); }

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