#75637B

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

Shades of Rum #75637B

Tints of Rum #75637B

Color information

#75637B (or 0x75637B) is unknown color: approx Rum. HEX triplet: 75, 63 and 7B. RGB value is (117,99,123). Sum of RGB (Red+Green+Blue) = 117+99+123=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #75637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637B is #8A9C84. Grayscale: #6B6B6B. Windows color (decimal): -9084037 or 8086389. OLE color: 8086389.

HSL color Cylindrical-coordinate representation of color #75637B: hue angle of 285º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75637B is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11799123-
CMYK0.050.2000.52
HSL285º10.81%43.53%-
HSV(B)285º19.51%48.24%-
XYZ15.3714.1420.66-
YUV107.12136.96135.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=34.51%
G=29.20%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117991230.050.2000.5228510.8143.53
Hex75637B51403411db2c
Octal1651431735240644351354
Binary1110101110001111110111011010001101001000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75637B; }

 p { color: rgb(117,99,123); }

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

<style>
 a { background-color: #75637B; }

 a { background-color: rgb(117,99,123); }

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

<style>
 span { border-color: #75637B; }

 span { border-color: rgb(117,99,123); }

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