#75607D

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

Shades of Rum #75607D

Tints of Rum #75607D

Color information

#75607D (or 0x75607D) is unknown color: approx Rum. HEX triplet: 75, 60 and 7D. RGB value is (117,96,125). Sum of RGB (Red+Green+Blue) = 117+96+125=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #75607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607D is #8A9F82. Grayscale: #696969. Windows color (decimal): -9084803 or 8216693. OLE color: 8216693.

HSL color Cylindrical-coordinate representation of color #75607D: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75607D is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11796125-
CMYK0.060.2300.51
HSL283.45º13.12%43.33%-
HSV(B)283.45º23.2%49.02%-
XYZ15.2213.6321.23-
YUV105.58138.96136.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=34.62%
G=28.40%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117961250.060.2300.51283.4513.1243.33
Hex75607D61703311bd2b
Octal1651401756270634331553
Binary1110101110000011111011101011101100111000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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