Html Css Color HEX #796885 Mamba

📋 copy color: '#796885'

red 121 ◦ green 104 ◦ blue 133

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

Shades of Mamba #796885

Tints of Mamba #796885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 33.8%
G = 29.05%
B = 37.15%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796885 (or 0x796885) is known color: Mamba. HEX triplet: 79, 68 and 85. RGB value is (121,104,133). Sum of RGB (Red+Green+Blue) = 121+104+133=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #796885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796885 is #86977A. Grayscale: #707070. Windows color (decimal): -8820603 or 8743033. OLE color: 8743033.

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

Color convert

RGB 121 104 133 -
CMYK 0.09 0.22 0 0.48
HSL 275.17º 0.12% 0.46% -
HSV(B) 275.17º 0.22% 0.52% -
XYZ 17.07 15.66 24.31 -
YUV 112.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 121 104 133 0.09 0.22 0 0.48 275.17 0.12 0.46
Hex 79 68 85 9 16 0 30 113 C 2E
Octal 171 150 205 11 26 0 60 423 14 56
Binary 1111001 1101000 10000101 1001 10110 0 110000 100010011 1100 101110

Color Harmonies of #796885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796885

Black with #796885

Text Example


Text Example

White with #796885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796885; }

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

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

background-color css

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

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

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

border-color css

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

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

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