Html Css Color HEX #796680 Rum

📋 copy color: '#796680'

red 121 ◦ green 102 ◦ blue 128

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

Shades of Rum #796680

Tints of Rum #796680

RGB

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

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

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

R = 34.47%
G = 29.06%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796680 (or 0x796680) is known color: Rum. HEX triplet: 79, 66 and 80. RGB value is (121,102,128). Sum of RGB (Red+Green+Blue) = 121+102+128=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #796680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796680 is #86997F. Grayscale: #6E6E6E. Windows color (decimal): -8821120 or 8414841. OLE color: 8414841.

HSL color Cylindrical-coordinate representation of color #796680: hue angle of 283.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796680 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 102 128 -
CMYK 0.05 0.20 0 0.50
HSL 283.85º 0.11% 0.45% -
HSV(B) 283.85º 0.2% 0.5% -
XYZ 16.53 15.13 22.47 -
YUV 110.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 121 102 128 0.05 0.20 0 0.50 283.85 0.11 0.45
Hex 79 66 80 5 14 0 32 11C B 2D
Octal 171 146 200 5 24 0 62 434 13 55
Binary 1111001 1100110 10000000 101 10100 0 110010 100011100 1011 101101

Color Harmonies of #796680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796680

Black with #796680

Text Example


Text Example

White with #796680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796680; }

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

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

background-color css

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

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

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

border-color css

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

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

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