Html Css Color HEX #796385 Mamba

📋 copy color: '#796385'

red 121 ◦ green 99 ◦ blue 133

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

Shades of Mamba #796385

Tints of Mamba #796385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 34.28%
G = 28.05%
B = 37.68%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796385 (or 0x796385) is known color: Mamba. HEX triplet: 79, 63 and 85. RGB value is (121,99,133). Sum of RGB (Red+Green+Blue) = 121+99+133=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #796385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796385 is #869C7A. Grayscale: #6D6D6D. Windows color (decimal): -8821883 or 8741753. OLE color: 8741753.

HSL color Cylindrical-coordinate representation of color #796385: hue angle of 278.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796385 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 99 133 -
CMYK 0.09 0.26 0 0.48
HSL 278.82º 0.15% 0.45% -
HSV(B) 278.82º 0.26% 0.52% -
XYZ 16.58 14.68 24.15 -
YUV 109.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 121 99 133 0.09 0.26 0 0.48 278.82 0.15 0.45
Hex 79 63 85 9 1A 0 30 117 F 2D
Octal 171 143 205 11 32 0 60 427 17 55
Binary 1111001 1100011 10000101 1001 11010 0 110000 100010111 1111 101101

Color Harmonies of #796385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796385

Black with #796385

Text Example


Text Example

White with #796385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796385; }

 p { color: rgb(121,99,133); }

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

background-color css

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

 a { background-color: rgb(121,99,133); }

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

border-color css

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

 span { border-color: rgb(121,99,133); }

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