#75627C

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

Shades of Rum #75627C

Tints of Rum #75627C

Color information

#75627C (or 0x75627C) is unknown color: approx Rum. HEX triplet: 75, 62 and 7C. RGB value is (117,98,124). Sum of RGB (Red+Green+Blue) = 117+98+124=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #75627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75627C is #8A9D83. Grayscale: #6A6A6A. Windows color (decimal): -9084292 or 8151669. OLE color: 8151669.

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

Color convert

RGB11798124-
CMYK0.060.2100.51
HSL283.85º11.71%43.53%-
HSV(B)283.85º20.97%48.63%-
XYZ15.3413.9720.96-
YUV106.64137.79135.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=34.51%
G=28.91%
B=36.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117981240.060.2100.51283.8511.7143.53
Hex75627C61503311cc2c
Octal1651421746250634341454
Binary1110101110001011111001101010101100111000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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