Html Css Color HEX #796987 Mamba

📋 copy color: '#796987'

red 121 ◦ green 105 ◦ blue 135

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

Shades of Mamba #796987

Tints of Mamba #796987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 33.52%
G = 29.09%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796987 (or 0x796987) is known color: Mamba. HEX triplet: 79, 69 and 87. RGB value is (121,105,135). Sum of RGB (Red+Green+Blue) = 121+105+135=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #796987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796987 is #869678. Grayscale: #717171. Windows color (decimal): -8820345 or 8874361. OLE color: 8874361.

HSL color Cylindrical-coordinate representation of color #796987: hue angle of 272º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796987 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 105 135 -
CMYK 0.10 0.22 0 0.47
HSL 272º 0.13% 0.47% -
HSV(B) 272º 0.22% 0.53% -
XYZ 17.31 15.92 25.08 -
YUV 113.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 121 105 135 0.10 0.22 0 0.47 272 0.13 0.47
Hex 79 69 87 A 16 0 2F 110 C 2F
Octal 171 151 207 12 26 0 57 420 14 57
Binary 1111001 1101001 10000111 1010 10110 0 101111 100010000 1100 101111

Color Harmonies of #796987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796987

Black with #796987

Text Example


Text Example

White with #796987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796987; }

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

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

background-color css

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

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

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

border-color css

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

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

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