Html Css Color HEX #747058 Flint

📋 copy color: '#747058'

red 116 ◦ green 112 ◦ blue 88

#747058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #747058

Tints of Flint #747058

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#747058 (or 0x747058) is known color: 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

RGB 116 112 88 -
CMYK 0 0.03 0.24 0.55
HSL 51.43º 0.14% 0.4% -
HSV(B) 51.43º 0.24% 0.45% -
XYZ 14.76 16.01 11.54 -
YUV 110.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 116 112 88 0 0.03 0.24 0.55 51.43 0.14 0.4
Hex 74 70 58 0 3 18 37 33 E 28
Octal 164 160 130 0 3 30 67 63 16 50
Binary 1110100 1110000 1011000 0 11 11000 110111 110011 1110 101000

Color Harmonies of #747058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747058

Black with #747058

Text Example


Text Example

White with #747058

Text Example


Text Example

HTML Codes & Css Web 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>