Html Css Color HEX #7A6880 Rum

📋 copy color: '#7A6880'

red 122 ◦ green 104 ◦ blue 128

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

Shades of Rum #7A6880

Tints of Rum #7A6880

RGB

 RED value IS 122 (48.05% from 255) = 34.46%

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 34.46%
G = 29.38%
B = 36.16%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A6880 (or 0x7A6880) is known color: Rum. HEX triplet: 7A, 68 and 80. RGB value is (122,104,128). Sum of RGB (Red+Green+Blue) = 122+104+128=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A6880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6880 is #85977F. Grayscale: #707070. Windows color (decimal): -8755072 or 8415354. OLE color: 8415354.

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

Color convert

RGB 122 104 128 -
CMYK 0.05 0.19 0 0.50
HSL 285º 0.1% 0.45% -
HSV(B) 285º 0.19% 0.5% -
XYZ 16.87 15.6 22.54 -
YUV 112.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 122 104 128 0.05 0.19 0 0.50 285 0.1 0.45
Hex 7A 68 80 5 13 0 32 11D A 2D
Octal 172 150 200 5 23 0 62 435 12 55
Binary 1111010 1101000 10000000 101 10011 0 110010 100011101 1010 101101

Color Harmonies of #7A6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6880

Black with #7A6880

Text Example


Text Example

White with #7A6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6880; }

 p { color: rgb(122,104,128); }

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

background-color css

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

 a { background-color: rgb(122,104,128); }

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

border-color css

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

 span { border-color: rgb(122,104,128); }

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