#75667C

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

Shades of Rum #75667C

Tints of Rum #75667C

Color information

#75667C (or 0x75667C) is unknown color: approx Rum. HEX triplet: 75, 66 and 7C. RGB value is (117,102,124). Sum of RGB (Red+Green+Blue) = 117+102+124=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #75667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667C is #8A9983. Grayscale: #6C6C6C. Windows color (decimal): -9083268 or 8152693. OLE color: 8152693.

HSL color Cylindrical-coordinate representation of color #75667C: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75667C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117102124-
CMYK0.060.1800.51
HSL280.91º9.73%44.31%-
HSV(B)280.91º17.74%48.63%-
XYZ15.7314.7421.09-
YUV108.99136.47133.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=34.11%
G=29.74%
B=36.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171021240.060.1800.51280.919.7344.31
Hex75667C612033119a2c
Octal1651461746220634311254
Binary1110101110011011111001101001001100111000110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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