Html Css Color HEX #796E85 Mamba

📋 copy color: '#796E85'

red 121 ◦ green 110 ◦ blue 133

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

Shades of Mamba #796E85

Tints of Mamba #796E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

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

R = 33.24%
G = 30.22%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796E85 (or 0x796E85) is known color: Mamba. HEX triplet: 79, 6E and 85. RGB value is (121,110,133). Sum of RGB (Red+Green+Blue) = 121+110+133=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #796E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E85 is #86917A. Grayscale: #737373. Windows color (decimal): -8819067 or 8744569. OLE color: 8744569.

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

Color convert

RGB 121 110 133 -
CMYK 0.09 0.17 0 0.48
HSL 268.7º 0.09% 0.48% -
HSV(B) 268.7º 0.17% 0.52% -
XYZ 17.69 16.91 24.52 -
YUV 115.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 121 110 133 0.09 0.17 0 0.48 268.7 0.09 0.48
Hex 79 6E 85 9 11 0 30 10D 9 30
Octal 171 156 205 11 21 0 60 415 11 60
Binary 1111001 1101110 10000101 1001 10001 0 110000 100001101 1001 110000

Color Harmonies of #796E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E85

Black with #796E85

Text Example


Text Example

White with #796E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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