Html Css Color HEX #747165 Ironside Grey

📋 copy color: '#747165'

red 116 ◦ green 113 ◦ blue 101

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

Shades of Ironside Grey #747165

Tints of Ironside Grey #747165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 35.15%
G = 34.24%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#747165 (or 0x747165) is known color: Ironside Grey. HEX triplet: 74, 71 and 65. RGB value is (116,113,101). Sum of RGB (Red+Green+Blue) = 116+113+101=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #747165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747165 is #8B8E9A. Grayscale: #707070. Windows color (decimal): -9146011 or 6648180. OLE color: 6648180.

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

Color convert

RGB 116 113 101 -
CMYK 0 0.03 0.13 0.55
HSL 48º 0.07% 0.43% -
HSV(B) 48º 0.13% 0.45% -
XYZ 15.46 16.46 14.67 -
YUV 112.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 116 113 101 0 0.03 0.13 0.55 48 0.07 0.43
Hex 74 71 65 0 3 D 37 30 7 2B
Octal 164 161 145 0 3 15 67 60 7 53
Binary 1110100 1110001 1100101 0 11 1101 110111 110000 111 101011

Color Harmonies of #747165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747165

Black with #747165

Text Example


Text Example

White with #747165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747165; }

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

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

background-color css

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

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

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

border-color css

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

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

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