#75657A

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

Shades of Rum #75657A

Tints of Rum #75657A

Color information

#75657A (or 0x75657A) is unknown color: approx Rum. HEX triplet: 75, 65 and 7A. RGB value is (117,101,122). Sum of RGB (Red+Green+Blue) = 117+101+122=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #75657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657A is #8A9A85. Grayscale: #6C6C6C. Windows color (decimal): -9083526 or 8021365. OLE color: 8021365.

HSL color Cylindrical-coordinate representation of color #75657A: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75657A is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117101122-
CMYK0.040.1700.52
HSL285.71º9.42%43.73%-
HSV(B)285.71º17.21%47.84%-
XYZ15.514.4920.39-
YUV108.18135.8134.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=34.41%
G=29.71%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171011220.040.1700.52285.719.4243.73
Hex75657A41103411e92c
Octal1651451724210644361154
Binary1110101110010111110101001000101101001000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75657A; }

 p { color: rgb(117,101,122); }

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

<style>
 a { background-color: #75657A; }

 a { background-color: rgb(117,101,122); }

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

<style>
 span { border-color: #75657A; }

 span { border-color: rgb(117,101,122); }

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