#75617C

Color #75617C Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #75617C

Tints of Rum #75617C

Color information

#75617C (or 0x75617C) is unknown color: approx Rum. HEX triplet: 75, 61 and 7C. RGB value is (117,97,124). Sum of RGB (Red+Green+Blue) = 117+97+124=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #75617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617C is #8A9E83. Grayscale: #696969. Windows color (decimal): -9084548 or 8151413. OLE color: 8151413.

HSL color Cylindrical-coordinate representation of color #75617C: hue angle of 284.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75617C is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11797124-
CMYK0.060.2200.51
HSL284.44º12.22%43.33%-
HSV(B)284.44º21.77%48.63%-
XYZ15.2513.7920.93-
YUV106.06138.13135.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=34.62%
G=28.70%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117971240.060.2200.51284.4412.2243.33
Hex75617C61603311cc2b
Octal1651411746260634341453
Binary1110101110000111111001101011001100111000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75617C;
 }
 .AnyTagClassName
 {
   color: #75617C;
 }
</style>
background-color css

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

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

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

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

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

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