Html Css Color HEX #7A6282 Rum

📋 copy color: '#7A6282'

red 122 ◦ green 98 ◦ blue 130

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

Shades of Rum #7A6282

Tints of Rum #7A6282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 34.86%
G = 28%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A6282 (or 0x7A6282) is known color: Rum. HEX triplet: 7A, 62 and 82. RGB value is (122,98,130). Sum of RGB (Red+Green+Blue) = 122+98+130=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A6282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6282 is #859D7D. Grayscale: #6C6C6C. Windows color (decimal): -8756606 or 8544890. OLE color: 8544890.

HSL color Cylindrical-coordinate representation of color #7A6282: hue angle of 285º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A6282 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 98 130 -
CMYK 0.06 0.25 0 0.49
HSL 285º 0.14% 0.45% -
HSV(B) 285º 0.25% 0.51% -
XYZ 16.42 14.48 23.05 -
YUV 108.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 122 98 130 0.06 0.25 0 0.49 285 0.14 0.45
Hex 7A 62 82 6 19 0 31 11D E 2D
Octal 172 142 202 6 31 0 61 435 16 55
Binary 1111010 1100010 10000010 110 11001 0 110001 100011101 1110 101101

Color Harmonies of #7A6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6282

Black with #7A6282

Text Example


Text Example

White with #7A6282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,130); }

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

background-color css

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

 a { background-color: rgb(122,98,130); }

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

border-color css

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

 span { border-color: rgb(122,98,130); }

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