Html Css Color HEX #7D6484 Rum

📋 copy color: '#7D6484'

red 125 ◦ green 100 ◦ blue 132

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

Shades of Rum #7D6484

Tints of Rum #7D6484

RGB

 RED value IS 125 (49.22% from 255) = 35.01%

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 35.01%
G = 28.01%
B = 36.97%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D6484 (or 0x7D6484) is known color: Rum. HEX triplet: 7D, 64 and 84. RGB value is (125,100,132). Sum of RGB (Red+Green+Blue) = 125+100+132=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6484 is #829B7B. Grayscale: #6F6F6F. Windows color (decimal): -8559484 or 8676477. OLE color: 8676477.

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

Color convert

RGB 125 100 132 -
CMYK 0.05 0.24 0 0.48
HSL 286.88º 0.14% 0.45% -
HSV(B) 286.88º 0.24% 0.52% -
XYZ 17.18 15.14 23.85 -
YUV 111.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 125 100 132 0.05 0.24 0 0.48 286.88 0.14 0.45
Hex 7D 64 84 5 18 0 30 11F E 2D
Octal 175 144 204 5 30 0 60 437 16 55
Binary 1111101 1100100 10000100 101 11000 0 110000 100011111 1110 101101

Color Harmonies of #7D6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6484

Black with #7D6484

Text Example


Text Example

White with #7D6484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,132); }

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

background-color css

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

 a { background-color: rgb(125,100,132); }

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

border-color css

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

 span { border-color: rgb(125,100,132); }

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