Html Css Color HEX #75597C Rum

📋 copy color: '#75597C'

red 117 ◦ green 89 ◦ blue 124

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

Shades of Rum #75597C

Tints of Rum #75597C

RGB

 RED value IS 117 (46.09% from 255) = 35.45%

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

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

R = 35.45%
G = 26.97%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75597C (or 0x75597C) is known color: Rum. HEX triplet: 75, 59 and 7C. RGB value is (117,89,124). Sum of RGB (Red+Green+Blue) = 117+89+124=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #75597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75597C is #8AA683. Grayscale: #656565. Windows color (decimal): -9086596 or 8149365. OLE color: 8149365.

HSL color Cylindrical-coordinate representation of color #75597C: hue angle of 288º 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 #75597C is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 89 124 -
CMYK 0.06 0.28 0 0.51
HSL 288º 0.16% 0.42% -
HSV(B) 288º 0.28% 0.49% -
XYZ 14.55 12.38 20.69 -
YUV 101.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 117 89 124 0.06 0.28 0 0.51 288 0.16 0.42
Hex 75 59 7C 6 1C 0 33 120 10 2A
Octal 165 131 174 6 34 0 63 440 20 52
Binary 1110101 1011001 1111100 110 11100 0 110011 100100000 10000 101010

Color Harmonies of #75597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75597C

Black with #75597C

Text Example


Text Example

White with #75597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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