Html Css Color HEX #747064 Ironside Grey

📋 copy color: '#747064'

red 116 ◦ green 112 ◦ blue 100

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

Shades of Ironside Grey #747064

Tints of Ironside Grey #747064

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 35.37%
G = 34.15%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#747064 (or 0x747064) is known color: Ironside Grey. HEX triplet: 74, 70 and 64. RGB value is (116,112,100). Sum of RGB (Red+Green+Blue) = 116+112+100=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #747064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747064 is #8B8F9B. Grayscale: #6F6F6F. Windows color (decimal): -9146268 or 6582388. OLE color: 6582388.

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

Color convert

RGB 116 112 100 -
CMYK 0 0.03 0.14 0.55
HSL 45º 0.07% 0.42% -
HSV(B) 45º 0.14% 0.45% -
XYZ 15.3 16.22 14.38 -
YUV 111.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 116 112 100 0 0.03 0.14 0.55 45 0.07 0.42
Hex 74 70 64 0 3 E 37 2D 7 2A
Octal 164 160 144 0 3 16 67 55 7 52
Binary 1110100 1110000 1100100 0 11 1110 110111 101101 111 101010

Color Harmonies of #747064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747064

Black with #747064

Text Example


Text Example

White with #747064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747064; }

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

 H1.HeaderClassName
 {
   color: #747064;
 }
 .AnyTagClassName
 {
   color: #747064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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