#75607C

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

Shades of Rum #75607C

Tints of Rum #75607C

Color information

#75607C (or 0x75607C) is unknown color: approx Rum. HEX triplet: 75, 60 and 7C. RGB value is (117,96,124). Sum of RGB (Red+Green+Blue) = 117+96+124=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #75607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607C is #8A9F83. Grayscale: #696969. Windows color (decimal): -9084804 or 8151157. OLE color: 8151157.

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

Color convert

RGB11796124-
CMYK0.060.2300.51
HSL285º12.73%43.14%-
HSV(B)285º22.58%48.63%-
XYZ15.1613.620.9-
YUV105.47138.46136.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=34.72%
G=28.49%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117961240.060.2300.5128512.7343.14
Hex75607C61703311dd2b
Octal1651401746270634351553
Binary1110101110000011111001101011101100111000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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