Html Css Color HEX #797082 Mamba

📋 copy color: '#797082'

red 121 ◦ green 112 ◦ blue 130

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

Shades of Mamba #797082

Tints of Mamba #797082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 33.33%
G = 30.85%
B = 35.81%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797082 (or 0x797082) is known color: Mamba. HEX triplet: 79, 70 and 82. RGB value is (121,112,130). Sum of RGB (Red+Green+Blue) = 121+112+130=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #797082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797082 is #868F7D. Grayscale: #747474. Windows color (decimal): -8818558 or 8548473. OLE color: 8548473.

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

Color convert

RGB 121 112 130 -
CMYK 0.07 0.14 0 0.49
HSL 270º 0.07% 0.47% -
HSV(B) 270º 0.14% 0.51% -
XYZ 17.71 17.27 23.52 -
YUV 116.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 121 112 130 0.07 0.14 0 0.49 270 0.07 0.47
Hex 79 70 82 7 E 0 31 10E 7 2F
Octal 171 160 202 7 16 0 61 416 7 57
Binary 1111001 1110000 10000010 111 1110 0 110001 100001110 111 101111

Color Harmonies of #797082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797082

Black with #797082

Text Example


Text Example

White with #797082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797082; }

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

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

background-color css

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

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

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

border-color css

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

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

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