Html Css Color HEX #796280 Rum

📋 copy color: '#796280'

red 121 ◦ green 98 ◦ blue 128

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

Shades of Rum #796280

Tints of Rum #796280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 34.87%
G = 28.24%
B = 36.89%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796280 (or 0x796280) is known color: Rum. HEX triplet: 79, 62 and 80. RGB value is (121,98,128). Sum of RGB (Red+Green+Blue) = 121+98+128=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #796280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796280 is #869D7F. Grayscale: #6C6C6C. Windows color (decimal): -8822144 or 8413817. OLE color: 8413817.

HSL color Cylindrical-coordinate representation of color #796280: hue angle of 286º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796280 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 98 128 -
CMYK 0.05 0.23 0 0.50
HSL 286º 0.13% 0.44% -
HSV(B) 286º 0.23% 0.5% -
XYZ 16.15 14.36 22.34 -
YUV 108.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 121 98 128 0.05 0.23 0 0.50 286 0.13 0.44
Hex 79 62 80 5 17 0 32 11E D 2C
Octal 171 142 200 5 27 0 62 436 15 54
Binary 1111001 1100010 10000000 101 10111 0 110010 100011110 1101 101100

Color Harmonies of #796280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796280

Black with #796280

Text Example


Text Example

White with #796280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796280; }

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

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

background-color css

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

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

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

border-color css

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

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

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