#747058

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

Shades of Flint #747058

Tints of Flint #747058

Color information

#747058 (or 0x747058) is unknown color: approx Flint. HEX triplet: 74, 70 and 58. RGB value is (116,112,88). Sum of RGB (Red+Green+Blue) = 116+112+88=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #747058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747058 is #8B8FA7. Grayscale: #6E6E6E. Windows color (decimal): -9146280 or 5795956. OLE color: 5795956.

HSL color Cylindrical-coordinate representation of color #747058: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747058 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB11611288-
CMYK00.030.240.55
HSL51.43º13.73%40%-
HSV(B)51.43º24.14%45.49%-
XYZ14.7616.0111.54-
YUV110.46115.33131.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=36.71%
G=35.44%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161128800.030.240.5551.4313.7340
Hex74705803183733e28
Octal164160130033067631650
Binary111010011100001011000011110001101111100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747058; }

 p { color: rgb(116,112,88); }

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

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

 a { background-color: rgb(116,112,88); }

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

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

 span { border-color: rgb(116,112,88); }

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