Html Css Color HEX #75597B Rum

📋 copy color: '#75597B'

red 117 ◦ green 89 ◦ blue 123

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

Shades of Rum #75597B

Tints of Rum #75597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 35.56%
G = 27.05%
B = 37.39%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75597B (or 0x75597B) is known color: Rum. HEX triplet: 75, 59 and 7B. RGB value is (117,89,123). Sum of RGB (Red+Green+Blue) = 117+89+123=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #75597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75597B is #8AA684. Grayscale: #656565. Windows color (decimal): -9086597 or 8083829. OLE color: 8083829.

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

Color convert

RGB 117 89 123 -
CMYK 0.05 0.28 0 0.52
HSL 289.41º 0.16% 0.42% -
HSV(B) 289.41º 0.28% 0.48% -
XYZ 14.48 12.36 20.36 -
YUV 101.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 117 89 123 0.05 0.28 0 0.52 289.41 0.16 0.42
Hex 75 59 7B 5 1C 0 34 121 10 2A
Octal 165 131 173 5 34 0 64 441 20 52
Binary 1110101 1011001 1111011 101 11100 0 110100 100100001 10000 101010

Color Harmonies of #75597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75597B

Black with #75597B

Text Example


Text Example

White with #75597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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