#75687B

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

Shades of Rum #75687B

Tints of Rum #75687B

Color information

#75687B (or 0x75687B) is unknown color: approx Rum. HEX triplet: 75, 68 and 7B. RGB value is (117,104,123). Sum of RGB (Red+Green+Blue) = 117+104+123=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #75687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687B is #8A9784. Grayscale: #6D6D6D. Windows color (decimal): -9082757 or 8087669. OLE color: 8087669.

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

Color convert

RGB117104123-
CMYK0.050.1500.52
HSL281.05º8.37%44.51%-
HSV(B)281.05º15.45%48.24%-
XYZ15.8615.1120.82-
YUV110.05135.31132.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=34.01%
G=30.23%
B=35.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171041230.050.1500.52281.058.3744.51
Hex75687B5F03411982d
Octal1651501735170644311055
Binary111010111010001111011101111101101001000110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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