Html Css Color HEX #796985 Mamba

📋 copy color: '#796985'

red 121 ◦ green 105 ◦ blue 133

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

Shades of Mamba #796985

Tints of Mamba #796985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 33.7%
G = 29.25%
B = 37.05%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796985 (or 0x796985) is known color: Mamba. HEX triplet: 79, 69 and 85. RGB value is (121,105,133). Sum of RGB (Red+Green+Blue) = 121+105+133=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #796985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796985 is #86967A. Grayscale: #707070. Windows color (decimal): -8820347 or 8743289. OLE color: 8743289.

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

Color convert

RGB 121 105 133 -
CMYK 0.09 0.21 0 0.48
HSL 274.29º 0.12% 0.47% -
HSV(B) 274.29º 0.21% 0.52% -
XYZ 17.17 15.86 24.35 -
YUV 112.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 121 105 133 0.09 0.21 0 0.48 274.29 0.12 0.47
Hex 79 69 85 9 15 0 30 112 C 2F
Octal 171 151 205 11 25 0 60 422 14 57
Binary 1111001 1101001 10000101 1001 10101 0 110000 100010010 1100 101111

Color Harmonies of #796985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796985

Black with #796985

Text Example


Text Example

White with #796985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796985; }

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

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

background-color css

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

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

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

border-color css

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

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

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