Html Css Color HEX #796A84 Mamba

📋 copy color: '#796A84'

red 121 ◦ green 106 ◦ blue 132

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

Shades of Mamba #796A84

Tints of Mamba #796A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.77%

R = 33.7%
G = 29.53%
B = 36.77%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796A84 (or 0x796A84) is known color: Mamba. HEX triplet: 79, 6A and 84. RGB value is (121,106,132). Sum of RGB (Red+Green+Blue) = 121+106+132=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #796A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A84 is #86957B. Grayscale: #717171. Windows color (decimal): -8820092 or 8678009. OLE color: 8678009.

HSL color Cylindrical-coordinate representation of color #796A84: hue angle of 274.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796A84 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 106 132 -
CMYK 0.08 0.20 0 0.48
HSL 274.62º 0.11% 0.47% -
HSV(B) 274.62º 0.2% 0.52% -
XYZ 17.2 16.04 24.02 -
YUV 113.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 121 106 132 0.08 0.20 0 0.48 274.62 0.11 0.47
Hex 79 6A 84 8 14 0 30 113 B 2F
Octal 171 152 204 10 24 0 60 423 13 57
Binary 1111001 1101010 10000100 1000 10100 0 110000 100010011 1011 101111

Color Harmonies of #796A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A84

Black with #796A84

Text Example


Text Example

White with #796A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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