Html Css Color HEX #796185 Mamba

📋 copy color: '#796185'

red 121 ◦ green 97 ◦ blue 133

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

Shades of Mamba #796185

Tints of Mamba #796185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 34.47%
G = 27.64%
B = 37.89%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796185 (or 0x796185) is known color: Mamba. HEX triplet: 79, 61 and 85. RGB value is (121,97,133). Sum of RGB (Red+Green+Blue) = 121+97+133=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #796185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796185 is #869E7A. Grayscale: #6C6C6C. Windows color (decimal): -8822395 or 8741241. OLE color: 8741241.

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

Color convert

RGB 121 97 133 -
CMYK 0.09 0.27 0 0.48
HSL 280º 0.16% 0.45% -
HSV(B) 280º 0.27% 0.52% -
XYZ 16.39 14.31 24.09 -
YUV 108.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 121 97 133 0.09 0.27 0 0.48 280 0.16 0.45
Hex 79 61 85 9 1B 0 30 118 10 2D
Octal 171 141 205 11 33 0 60 430 20 55
Binary 1111001 1100001 10000101 1001 11011 0 110000 100011000 10000 101101

Color Harmonies of #796185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796185

Black with #796185

Text Example


Text Example

White with #796185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796185; }

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

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

background-color css

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

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

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

border-color css

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

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

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