Html Css Color HEX #76597C Rum

📋 copy color: '#76597C'

red 118 ◦ green 89 ◦ blue 124

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

Shades of Rum #76597C

Tints of Rum #76597C

RGB

 RED value IS 118 (46.48% from 255) = 35.65%

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 35.65%
G = 26.89%
B = 37.46%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76597C (or 0x76597C) is known color: Rum. HEX triplet: 76, 59 and 7C. RGB value is (118,89,124). Sum of RGB (Red+Green+Blue) = 118+89+124=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #76597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76597C is #89A683. Grayscale: #656565. Windows color (decimal): -9021060 or 8149366. OLE color: 8149366.

HSL color Cylindrical-coordinate representation of color #76597C: hue angle of 289.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76597C is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 89 124 -
CMYK 0.05 0.28 0 0.51
HSL 289.71º 0.16% 0.42% -
HSV(B) 289.71º 0.28% 0.49% -
XYZ 14.68 12.45 20.7 -
YUV 101.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 118 89 124 0.05 0.28 0 0.51 289.71 0.16 0.42
Hex 76 59 7C 5 1C 0 33 122 10 2A
Octal 166 131 174 5 34 0 63 442 20 52
Binary 1110110 1011001 1111100 101 11100 0 110011 100100010 10000 101010

Color Harmonies of #76597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76597C

Black with #76597C

Text Example


Text Example

White with #76597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76597C; }

 p { color: rgb(118,89,124); }

 H1.HeaderClassName
 {
   color: #76597C;
 }
 .AnyTagClassName
 {
   color: #76597C;
 }
</style>

background-color css

<style>
 a { background-color: #76597C; }

 a { background-color: rgb(118,89,124); }

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

border-color css

<style>
 span { border-color: #76597C; }

 span { border-color: rgb(118,89,124); }

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