Html Css Color HEX #796488 Mamba

📋 copy color: '#796488'

red 121 ◦ green 100 ◦ blue 136

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

Shades of Mamba #796488

Tints of Mamba #796488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 33.89%
G = 28.01%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796488 (or 0x796488) is known color: Mamba. HEX triplet: 79, 64 and 88. RGB value is (121,100,136). Sum of RGB (Red+Green+Blue) = 121+100+136=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #796488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796488 is #869B77. Grayscale: #6E6E6E. Windows color (decimal): -8821624 or 8938617. OLE color: 8938617.

HSL color Cylindrical-coordinate representation of color #796488: hue angle of 275º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796488 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 100 136 -
CMYK 0.11 0.26 0 0.47
HSL 275º 0.15% 0.46% -
HSV(B) 275º 0.26% 0.53% -
XYZ 16.89 14.96 25.29 -
YUV 110.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 121 100 136 0.11 0.26 0 0.47 275 0.15 0.46
Hex 79 64 88 B 1A 0 2F 113 F 2E
Octal 171 144 210 13 32 0 57 423 17 56
Binary 1111001 1100100 10001000 1011 11010 0 101111 100010011 1111 101110

Color Harmonies of #796488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796488

Black with #796488

Text Example


Text Example

White with #796488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796488; }

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

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

background-color css

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

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

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

border-color css

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

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

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