Html Css Color HEX #796285 Mamba

📋 copy color: '#796285'

red 121 ◦ green 98 ◦ blue 133

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

Shades of Mamba #796285

Tints of Mamba #796285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 34.38%
G = 27.84%
B = 37.78%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#796285 (or 0x796285) is known color: Mamba. HEX triplet: 79, 62 and 85. RGB value is (121,98,133). Sum of RGB (Red+Green+Blue) = 121+98+133=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #796285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796285 is #869D7A. Grayscale: #6C6C6C. Windows color (decimal): -8822139 or 8741497. OLE color: 8741497.

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

Color convert

RGB 121 98 133 -
CMYK 0.09 0.26 0 0.48
HSL 279.43º 0.15% 0.45% -
HSV(B) 279.43º 0.26% 0.52% -
XYZ 16.49 14.49 24.12 -
YUV 108.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 121 98 133 0.09 0.26 0 0.48 279.43 0.15 0.45
Hex 79 62 85 9 1A 0 30 117 F 2D
Octal 171 142 205 11 32 0 60 427 17 55
Binary 1111001 1100010 10000101 1001 11010 0 110000 100010111 1111 101101

Color Harmonies of #796285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796285

Black with #796285

Text Example


Text Example

White with #796285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796285; }

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

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

background-color css

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

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

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

border-color css

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

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

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