Html Css Color HEX #7C6284 Rum

📋 copy color: '#7C6284'

red 124 ◦ green 98 ◦ blue 132

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

Shades of Rum #7C6284

Tints of Rum #7C6284

RGB

 RED value IS 124 (48.83% from 255) = 35.03%

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 35.03%
G = 27.68%
B = 37.29%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C6284 (or 0x7C6284) is known color: Rum. HEX triplet: 7C, 62 and 84. RGB value is (124,98,132). Sum of RGB (Red+Green+Blue) = 124+98+132=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6284 is #839D7B. Grayscale: #6D6D6D. Windows color (decimal): -8625532 or 8675964. OLE color: 8675964.

HSL color Cylindrical-coordinate representation of color #7C6284: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6284 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 98 132 -
CMYK 0.06 0.26 0 0.48
HSL 285.88º 0.15% 0.45% -
HSV(B) 285.88º 0.26% 0.52% -
XYZ 16.84 14.69 23.78 -
YUV 109.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 124 98 132 0.06 0.26 0 0.48 285.88 0.15 0.45
Hex 7C 62 84 6 1A 0 30 11E F 2D
Octal 174 142 204 6 32 0 60 436 17 55
Binary 1111100 1100010 10000100 110 11010 0 110000 100011110 1111 101101

Color Harmonies of #7C6284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6284

Black with #7C6284

Text Example


Text Example

White with #7C6284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,132); }

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

background-color css

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

 a { background-color: rgb(124,98,132); }

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

border-color css

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

 span { border-color: rgb(124,98,132); }

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