Html Css Color HEX #796582 Mamba

📋 copy color: '#796582'

red 121 ◦ green 101 ◦ blue 130

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

Shades of Mamba #796582

Tints of Mamba #796582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 34.38%
G = 28.69%
B = 36.93%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#796582 (or 0x796582) is known color: Mamba. HEX triplet: 79, 65 and 82. RGB value is (121,101,130). Sum of RGB (Red+Green+Blue) = 121+101+130=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #796582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796582 is #869A7D. Grayscale: #6E6E6E. Windows color (decimal): -8821374 or 8545657. OLE color: 8545657.

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

Color convert

RGB 121 101 130 -
CMYK 0.07 0.22 0 0.49
HSL 281.38º 0.13% 0.45% -
HSV(B) 281.38º 0.22% 0.51% -
XYZ 16.57 14.98 23.14 -
YUV 110.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 121 101 130 0.07 0.22 0 0.49 281.38 0.13 0.45
Hex 79 65 82 7 16 0 31 119 D 2D
Octal 171 145 202 7 26 0 61 431 15 55
Binary 1111001 1100101 10000010 111 10110 0 110001 100011001 1101 101101

Color Harmonies of #796582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796582

Black with #796582

Text Example


Text Example

White with #796582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796582; }

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

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

background-color css

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

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

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

border-color css

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

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

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