#75667B

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

Shades of Rum #75667B

Tints of Rum #75667B

Color information

#75667B (or 0x75667B) is unknown color: approx Rum. HEX triplet: 75, 66 and 7B. RGB value is (117,102,123). Sum of RGB (Red+Green+Blue) = 117+102+123=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #75667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667B is #8A9984. Grayscale: #6C6C6C. Windows color (decimal): -9083269 or 8087157. OLE color: 8087157.

HSL color Cylindrical-coordinate representation of color #75667B: hue angle of 282.86º 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 #75667B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117102123-
CMYK0.050.1700.52
HSL282.86º9.33%44.12%-
HSV(B)282.86º17.07%48.24%-
XYZ15.6614.7120.75-
YUV108.88135.97133.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=34.21%
G=29.82%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171021230.050.1700.52282.869.3344.12
Hex75667B51103411b92c
Octal1651461735210644331154
Binary1110101110011011110111011000101101001000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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