Html Css Color HEX #796982 Mamba

📋 copy color: '#796982'

red 121 ◦ green 105 ◦ blue 130

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

Shades of Mamba #796982

Tints of Mamba #796982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 33.99%
G = 29.49%
B = 36.52%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#796982 (or 0x796982) is known color: Mamba. HEX triplet: 79, 69 and 82. RGB value is (121,105,130). Sum of RGB (Red+Green+Blue) = 121+105+130=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #796982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796982 is #86967D. Grayscale: #707070. Windows color (decimal): -8820350 or 8546681. OLE color: 8546681.

HSL color Cylindrical-coordinate representation of color #796982: hue angle of 278.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #796982 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 105 130 -
CMYK 0.07 0.19 0 0.49
HSL 278.4º 0.11% 0.46% -
HSV(B) 278.4º 0.19% 0.51% -
XYZ 16.97 15.78 23.27 -
YUV 112.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 121 105 130 0.07 0.19 0 0.49 278.4 0.11 0.46
Hex 79 69 82 7 13 0 31 116 B 2E
Octal 171 151 202 7 23 0 61 426 13 56
Binary 1111001 1101001 10000010 111 10011 0 110001 100010110 1011 101110

Color Harmonies of #796982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796982

Black with #796982

Text Example


Text Example

White with #796982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796982; }

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

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

background-color css

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

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

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

border-color css

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

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

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