Html Css Color HEX #796685 Mamba

📋 copy color: '#796685'

red 121 ◦ green 102 ◦ blue 133

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

Shades of Mamba #796685

Tints of Mamba #796685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 33.99%
G = 28.65%
B = 37.36%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796685 (or 0x796685) is known color: Mamba. HEX triplet: 79, 66 and 85. RGB value is (121,102,133). Sum of RGB (Red+Green+Blue) = 121+102+133=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #796685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796685 is #86997A. Grayscale: #6F6F6F. Windows color (decimal): -8821115 or 8742521. OLE color: 8742521.

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

Color convert

RGB 121 102 133 -
CMYK 0.09 0.23 0 0.48
HSL 276.77º 0.13% 0.46% -
HSV(B) 276.77º 0.23% 0.52% -
XYZ 16.87 15.26 24.25 -
YUV 111.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 121 102 133 0.09 0.23 0 0.48 276.77 0.13 0.46
Hex 79 66 85 9 17 0 30 115 D 2E
Octal 171 146 205 11 27 0 60 425 15 56
Binary 1111001 1100110 10000101 1001 10111 0 110000 100010101 1101 101110

Color Harmonies of #796685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796685

Black with #796685

Text Example


Text Example

White with #796685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796685; }

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

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

background-color css

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

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

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

border-color css

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

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

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