Html Css Color HEX #796484 Mamba

📋 copy color: '#796484'

red 121 ◦ green 100 ◦ blue 132

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

Shades of Mamba #796484

Tints of Mamba #796484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 34.28%
G = 28.33%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796484 (or 0x796484) is known color: Mamba. HEX triplet: 79, 64 and 84. RGB value is (121,100,132). Sum of RGB (Red+Green+Blue) = 121+100+132=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #796484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796484 is #869B7B. Grayscale: #6D6D6D. Windows color (decimal): -8821628 or 8676473. OLE color: 8676473.

HSL color Cylindrical-coordinate representation of color #796484: hue angle of 279.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796484 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 100 132 -
CMYK 0.08 0.24 0 0.48
HSL 279.38º 0.14% 0.45% -
HSV(B) 279.38º 0.24% 0.52% -
XYZ 16.61 14.85 23.82 -
YUV 109.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 121 100 132 0.08 0.24 0 0.48 279.38 0.14 0.45
Hex 79 64 84 8 18 0 30 117 E 2D
Octal 171 144 204 10 30 0 60 427 16 55
Binary 1111001 1100100 10000100 1000 11000 0 110000 100010111 1110 101101

Color Harmonies of #796484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796484

Black with #796484

Text Example


Text Example

White with #796484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796484; }

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

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

background-color css

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

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

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

border-color css

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

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

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