#75607B

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

Shades of Rum #75607B

Tints of Rum #75607B

Color information

#75607B (or 0x75607B) is unknown color: approx Rum. HEX triplet: 75, 60 and 7B. RGB value is (117,96,123). Sum of RGB (Red+Green+Blue) = 117+96+123=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #75607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607B is #8A9F84. Grayscale: #696969. Windows color (decimal): -9084805 or 8085621. OLE color: 8085621.

HSL color Cylindrical-coordinate representation of color #75607B: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75607B is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11796123-
CMYK0.050.2200.52
HSL286.67º12.33%42.94%-
HSV(B)286.67º21.95%48.24%-
XYZ15.0913.5820.56-
YUV105.36137.96136.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=34.82%
G=28.57%
B=36.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117961230.050.2200.52286.6712.3342.94
Hex75607B51603411fc2b
Octal1651401735260644371453
Binary1110101110000011110111011011001101001000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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