#747175

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

Shades of Rum #747175

Tints of Rum #747175

Color information

#747175 (or 0x747175) is unknown color: approx Rum. HEX triplet: 74, 71 and 75. RGB value is (116,113,117). Sum of RGB (Red+Green+Blue) = 116+113+117=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #747175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747175 is #8B8E8A. Grayscale: #727272. Windows color (decimal): -9145995 or 7696756. OLE color: 7696756.

HSL color Cylindrical-coordinate representation of color #747175: hue angle of 285º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747175 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116113117-
CMYK0.010.0300.54
HSL285º1.74%45.1%-
HSV(B)285º3.42%45.88%-
XYZ16.3216.8119.21-
YUV114.35129.49129.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=33.53%
G=32.66%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161131170.010.0300.542851.7445.1
Hex7471751303611d22d
Octal16416116513066435255
Binary111010011100011110101111011011010001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747175; }

 p { color: rgb(116,113,117); }

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

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

 a { background-color: rgb(116,113,117); }

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

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

 span { border-color: rgb(116,113,117); }

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