Html Css Color HEX #7A6283 Rum

📋 copy color: '#7A6283'

red 122 ◦ green 98 ◦ blue 131

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

Shades of Rum #7A6283

Tints of Rum #7A6283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.32%

R = 34.76%
G = 27.92%
B = 37.32%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A6283 (or 0x7A6283) is known color: Rum. HEX triplet: 7A, 62 and 83. RGB value is (122,98,131). Sum of RGB (Red+Green+Blue) = 122+98+131=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A6283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6283 is #859D7C. Grayscale: #6C6C6C. Windows color (decimal): -8756605 or 8610426. OLE color: 8610426.

HSL color Cylindrical-coordinate representation of color #7A6283: hue angle of 283.64º 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 #7A6283 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 98 131 -
CMYK 0.07 0.25 0 0.49
HSL 283.64º 0.14% 0.45% -
HSV(B) 283.64º 0.25% 0.51% -
XYZ 16.49 14.51 23.4 -
YUV 108.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 122 98 131 0.07 0.25 0 0.49 283.64 0.14 0.45
Hex 7A 62 83 7 19 0 31 11C E 2D
Octal 172 142 203 7 31 0 61 434 16 55
Binary 1111010 1100010 10000011 111 11001 0 110001 100011100 1110 101101

Color Harmonies of #7A6283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6283

Black with #7A6283

Text Example


Text Example

White with #7A6283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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