Html Css Color HEX #796080 Rum

📋 copy color: '#796080'

red 121 ◦ green 96 ◦ blue 128

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

Shades of Rum #796080

Tints of Rum #796080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 35.07%
G = 27.83%
B = 37.1%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796080 (or 0x796080) is known color: Rum. HEX triplet: 79, 60 and 80. RGB value is (121,96,128). Sum of RGB (Red+Green+Blue) = 121+96+128=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #796080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796080 is #869F7F. Grayscale: #6B6B6B. Windows color (decimal): -8822656 or 8413305. OLE color: 8413305.

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

Color convert

RGB 121 96 128 -
CMYK 0.05 0.25 0 0.50
HSL 286.88º 0.14% 0.44% -
HSV(B) 286.88º 0.25% 0.5% -
XYZ 15.96 13.99 22.28 -
YUV 107.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 121 96 128 0.05 0.25 0 0.50 286.88 0.14 0.44
Hex 79 60 80 5 19 0 32 11F E 2C
Octal 171 140 200 5 31 0 62 437 16 54
Binary 1111001 1100000 10000000 101 11001 0 110010 100011111 1110 101100

Color Harmonies of #796080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796080

Black with #796080

Text Example


Text Example

White with #796080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796080; }

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

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

background-color css

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

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

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

border-color css

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

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

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