Html Css Color HEX #796286 Mamba

📋 copy color: '#796286'

red 121 ◦ green 98 ◦ blue 134

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

Shades of Mamba #796286

Tints of Mamba #796286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 34.28%
G = 27.76%
B = 37.96%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796286 (or 0x796286) is known color: Mamba. HEX triplet: 79, 62 and 86. RGB value is (121,98,134). Sum of RGB (Red+Green+Blue) = 121+98+134=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #796286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796286 is #869D79. Grayscale: #6C6C6C. Windows color (decimal): -8822138 or 8807033. OLE color: 8807033.

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

Color convert

RGB 121 98 134 -
CMYK 0.10 0.27 0 0.47
HSL 278.33º 0.16% 0.45% -
HSV(B) 278.33º 0.27% 0.53% -
XYZ 16.56 14.52 24.48 -
YUV 108.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 121 98 134 0.10 0.27 0 0.47 278.33 0.16 0.45
Hex 79 62 86 A 1B 0 2F 116 10 2D
Octal 171 142 206 12 33 0 57 426 20 55
Binary 1111001 1100010 10000110 1010 11011 0 101111 100010110 10000 101101

Color Harmonies of #796286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796286

Black with #796286

Text Example


Text Example

White with #796286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796286; }

 p { color: rgb(121,98,134); }

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

background-color css

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

 a { background-color: rgb(121,98,134); }

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

border-color css

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

 span { border-color: rgb(121,98,134); }

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