#75627E

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

Shades of Rum #75627E

Tints of Rum #75627E

Color information

#75627E (or 0x75627E) is unknown color: approx Rum. HEX triplet: 75, 62 and 7E. RGB value is (117,98,126). Sum of RGB (Red+Green+Blue) = 117+98+126=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #75627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75627E is #8A9D81. Grayscale: #6A6A6A. Windows color (decimal): -9084290 or 8282741. OLE color: 8282741.

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

Color convert

RGB11798126-
CMYK0.070.2200.51
HSL280.71º12.5%43.92%-
HSV(B)280.71º22.22%49.41%-
XYZ15.4714.0221.63-
YUV106.87138.79135.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=34.31%
G=28.74%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117981260.070.2200.51280.7112.543.92
Hex75627E716033119c2c
Octal1651421767260634311454
Binary1110101110001011111101111011001100111000110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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