Html Css Color HEX #7D6584 Rum

📋 copy color: '#7D6584'

red 125 ◦ green 101 ◦ blue 132

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

Shades of Rum #7D6584

Tints of Rum #7D6584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 34.92%
G = 28.21%
B = 36.87%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D6584 (or 0x7D6584) is known color: Rum. HEX triplet: 7D, 65 and 84. RGB value is (125,101,132). Sum of RGB (Red+Green+Blue) = 125+101+132=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6584 is #829A7B. Grayscale: #6F6F6F. Windows color (decimal): -8559228 or 8676733. OLE color: 8676733.

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

Color convert

RGB 125 101 132 -
CMYK 0.05 0.23 0 0.48
HSL 286.45º 0.13% 0.46% -
HSV(B) 286.45º 0.23% 0.52% -
XYZ 17.28 15.33 23.88 -
YUV 111.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 125 101 132 0.05 0.23 0 0.48 286.45 0.13 0.46
Hex 7D 65 84 5 17 0 30 11E D 2E
Octal 175 145 204 5 27 0 60 436 15 56
Binary 1111101 1100101 10000100 101 10111 0 110000 100011110 1101 101110

Color Harmonies of #7D6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6584

Black with #7D6584

Text Example


Text Example

White with #7D6584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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