Html Css Color HEX #796988 Mamba

📋 copy color: '#796988'

red 121 ◦ green 105 ◦ blue 136

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

Shades of Mamba #796988

Tints of Mamba #796988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 33.43%
G = 29.01%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796988 (or 0x796988) is known color: Mamba. HEX triplet: 79, 69 and 88. RGB value is (121,105,136). Sum of RGB (Red+Green+Blue) = 121+105+136=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #796988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796988 is #869677. Grayscale: #717171. Windows color (decimal): -8820344 or 8939897. OLE color: 8939897.

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

Color convert

RGB 121 105 136 -
CMYK 0.11 0.23 0 0.47
HSL 270.97º 0.13% 0.47% -
HSV(B) 270.97º 0.23% 0.53% -
XYZ 17.38 15.95 25.45 -
YUV 113.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 121 105 136 0.11 0.23 0 0.47 270.97 0.13 0.47
Hex 79 69 88 B 17 0 2F 10F D 2F
Octal 171 151 210 13 27 0 57 417 15 57
Binary 1111001 1101001 10001000 1011 10111 0 101111 100001111 1101 101111

Color Harmonies of #796988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796988

Black with #796988

Text Example


Text Example

White with #796988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796988; }

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

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

background-color css

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

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

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

border-color css

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

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

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