#75607F

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

Shades of Rum #75607F

Tints of Rum #75607F

Color information

#75607F (or 0x75607F) is unknown color: approx Rum. HEX triplet: 75, 60 and 7F. RGB value is (117,96,127). Sum of RGB (Red+Green+Blue) = 117+96+127=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #75607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607F is #8A9F80. Grayscale: #696969. Windows color (decimal): -9084801 or 8347765. OLE color: 8347765.

HSL color Cylindrical-coordinate representation of color #75607F: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75607F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11796127-
CMYK0.080.2400.50
HSL280.65º13.9%43.73%-
HSV(B)280.65º24.41%49.8%-
XYZ15.3513.6821.91-
YUV105.81139.96135.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 127 (50% from 255) = 37.35%
R=34.41%
G=28.24%
B=37.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117961270.080.2400.50280.6513.943.73
Hex75607F818032119e2c
Octal16514017710300624311654
Binary11101011100000111111110001100001100101000110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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