Html Css Color HEX #796483 Mamba

📋 copy color: '#796483'

red 121 ◦ green 100 ◦ blue 131

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

Shades of Mamba #796483

Tints of Mamba #796483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 34.38%
G = 28.41%
B = 37.22%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#796483 (or 0x796483) is known color: Mamba. HEX triplet: 79, 64 and 83. RGB value is (121,100,131). Sum of RGB (Red+Green+Blue) = 121+100+131=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #796483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796483 is #869B7C. Grayscale: #6D6D6D. Windows color (decimal): -8821629 or 8610937. OLE color: 8610937.

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

Color convert

RGB 121 100 131 -
CMYK 0.08 0.24 0 0.49
HSL 280.65º 0.13% 0.45% -
HSV(B) 280.65º 0.24% 0.51% -
XYZ 16.54 14.82 23.46 -
YUV 109.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 121 100 131 0.08 0.24 0 0.49 280.65 0.13 0.45
Hex 79 64 83 8 18 0 31 119 D 2D
Octal 171 144 203 10 30 0 61 431 15 55
Binary 1111001 1100100 10000011 1000 11000 0 110001 100011001 1101 101101

Color Harmonies of #796483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796483

Black with #796483

Text Example


Text Example

White with #796483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796483; }

 p { color: rgb(121,100,131); }

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

background-color css

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

 a { background-color: rgb(121,100,131); }

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

border-color css

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

 span { border-color: rgb(121,100,131); }

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