Html Css Color HEX #747368 Ironside Grey

📋 copy color: '#747368'

red 116 ◦ green 115 ◦ blue 104

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

Shades of Ironside Grey #747368

Tints of Ironside Grey #747368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 34.63%
G = 34.33%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#747368 (or 0x747368) is known color: Ironside Grey. HEX triplet: 74, 73 and 68. RGB value is (116,115,104). Sum of RGB (Red+Green+Blue) = 116+115+104=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #747368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747368 is #8B8C97. Grayscale: #727272. Windows color (decimal): -9145496 or 6845300. OLE color: 6845300.

HSL color Cylindrical-coordinate representation of color #747368: hue angle of 55º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #747368 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 104 -
CMYK 0 0.01 0.10 0.55
HSL 55º 0.05% 0.43% -
HSV(B) 55º 0.1% 0.45% -
XYZ 15.83 16.97 15.54 -
YUV 114.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 116 115 104 0 0.01 0.10 0.55 55 0.05 0.43
Hex 74 73 68 0 1 A 37 37 5 2B
Octal 164 163 150 0 1 12 67 67 5 53
Binary 1110100 1110011 1101000 0 1 1010 110111 110111 101 101011

Color Harmonies of #747368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747368

Black with #747368

Text Example


Text Example

White with #747368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747368; }

 p { color: rgb(116,115,104); }

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

background-color css

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

 a { background-color: rgb(116,115,104); }

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

border-color css

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

 span { border-color: rgb(116,115,104); }

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