#75637D

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

Shades of Rum #75637D

Tints of Rum #75637D

Color information

#75637D (or 0x75637D) is unknown color: approx Rum. HEX triplet: 75, 63 and 7D. RGB value is (117,99,125). Sum of RGB (Red+Green+Blue) = 117+99+125=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #75637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637D is #8A9C82. Grayscale: #6B6B6B. Windows color (decimal): -9084035 or 8217461. OLE color: 8217461.

HSL color Cylindrical-coordinate representation of color #75637D: hue angle of 281.54º 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 #75637D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11799125-
CMYK0.060.2100.51
HSL281.54º11.61%43.92%-
HSV(B)281.54º20.8%49.02%-
XYZ15.514.1921.32-
YUV107.35137.96134.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=34.31%
G=29.03%
B=36.66%

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
Decimal117991250.060.2100.51281.5411.6143.92
Hex75637D61503311ac2c
Octal1651431756250634321454
Binary1110101110001111111011101010101100111000110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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