Html Css Color HEX #747065 Ironside Grey

📋 copy color: '#747065'

red 116 ◦ green 112 ◦ blue 101

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

Shades of Ironside Grey #747065

Tints of Ironside Grey #747065

RGB

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

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

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

R = 35.26%
G = 34.04%
B = 30.7%

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

#747065 (or 0x747065) is known color: Ironside Grey. HEX triplet: 74, 70 and 65. RGB value is (116,112,101). Sum of RGB (Red+Green+Blue) = 116+112+101=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #747065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747065 is #8B8F9A. Grayscale: #6F6F6F. Windows color (decimal): -9146267 or 6647924. OLE color: 6647924.

HSL color Cylindrical-coordinate representation of color #747065: hue angle of 44º 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 #747065 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 101 -
CMYK 0 0.03 0.13 0.55
HSL 44º 0.07% 0.43% -
HSV(B) 44º 0.13% 0.45% -
XYZ 15.35 16.24 14.64 -
YUV 111.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 116 112 101 0 0.03 0.13 0.55 44 0.07 0.43
Hex 74 70 65 0 3 D 37 2C 7 2B
Octal 164 160 145 0 3 15 67 54 7 53
Binary 1110100 1110000 1100101 0 11 1101 110111 101100 111 101011

Color Harmonies of #747065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747065

Black with #747065

Text Example


Text Example

White with #747065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747065; }

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

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

background-color css

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

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

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

border-color css

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

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

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