#75617F

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

Shades of Rum #75617F

Tints of Rum #75617F

Color information

#75617F (or 0x75617F) is unknown color: approx Rum. HEX triplet: 75, 61 and 7F. RGB value is (117,97,127). Sum of RGB (Red+Green+Blue) = 117+97+127=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #75617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617F is #8A9E80. Grayscale: #6A6A6A. Windows color (decimal): -9084545 or 8348021. OLE color: 8348021.

HSL color Cylindrical-coordinate representation of color #75617F: hue angle of 280º degrees, saturation: 0.13, 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 #75617F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11797127-
CMYK0.080.2400.50
HSL280º13.39%43.92%-
HSV(B)280º23.62%49.8%-
XYZ15.4413.8621.94-
YUV106.4139.63135.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 127 (50% from 255) = 37.24%
R=34.31%
G=28.45%
B=37.24%

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
Decimal117971270.080.2400.5028013.3943.92
Hex75617F818032118d2c
Octal16514117710300624301554
Binary11101011100001111111110001100001100101000110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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