#75657B

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

Shades of Rum #75657B

Tints of Rum #75657B

Color information

#75657B (or 0x75657B) is unknown color: approx Rum. HEX triplet: 75, 65 and 7B. RGB value is (117,101,123). Sum of RGB (Red+Green+Blue) = 117+101+123=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #75657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657B is #8A9A84. Grayscale: #6C6C6C. Windows color (decimal): -9083525 or 8086901. OLE color: 8086901.

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

Color convert

RGB117101123-
CMYK0.050.1800.52
HSL283.64º9.82%43.92%-
HSV(B)283.64º17.89%48.24%-
XYZ15.5614.5220.72-
YUV108.29136.3134.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=34.31%
G=29.62%
B=36.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171011230.050.1800.52283.649.8243.92
Hex75657B51203411ca2c
Octal1651451735220644341254
Binary1110101110010111110111011001001101001000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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