Html Css Color HEX #796388 Mamba

📋 copy color: '#796388'

red 121 ◦ green 99 ◦ blue 136

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

Shades of Mamba #796388

Tints of Mamba #796388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 33.99%
G = 27.81%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796388 (or 0x796388) is known color: Mamba. HEX triplet: 79, 63 and 88. RGB value is (121,99,136). Sum of RGB (Red+Green+Blue) = 121+99+136=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #796388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796388 is #869C77. Grayscale: #6D6D6D. Windows color (decimal): -8821880 or 8938361. OLE color: 8938361.

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

Color convert

RGB 121 99 136 -
CMYK 0.11 0.27 0 0.47
HSL 275.68º 0.16% 0.46% -
HSV(B) 275.68º 0.27% 0.53% -
XYZ 16.79 14.77 25.26 -
YUV 109.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 121 99 136 0.11 0.27 0 0.47 275.68 0.16 0.46
Hex 79 63 88 B 1B 0 2F 114 10 2E
Octal 171 143 210 13 33 0 57 424 20 56
Binary 1111001 1100011 10001000 1011 11011 0 101111 100010100 10000 101110

Color Harmonies of #796388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796388

Black with #796388

Text Example


Text Example

White with #796388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796388; }

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

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

background-color css

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

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

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

border-color css

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

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

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