Html Css Color HEX #74716A Ironside Grey

📋 copy color: '#74716A'

red 116 ◦ green 113 ◦ blue 106

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

Shades of Ironside Grey #74716A

Tints of Ironside Grey #74716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 34.63%
G = 33.73%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74716A (or 0x74716A) is known color: Ironside Grey. HEX triplet: 74, 71 and 6A. RGB value is (116,113,106). Sum of RGB (Red+Green+Blue) = 116+113+106=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #74716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74716A is #8B8E95. Grayscale: #717171. Windows color (decimal): -9146006 or 6975860. OLE color: 6975860.

HSL color Cylindrical-coordinate representation of color #74716A: hue angle of 42º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74716A is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 106 -
CMYK 0 0.03 0.09 0.55
HSL 42º 0.05% 0.44% -
HSV(B) 42º 0.09% 0.45% -
XYZ 15.71 16.56 16 -
YUV 113.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 116 113 106 0 0.03 0.09 0.55 42 0.05 0.44
Hex 74 71 6A 0 3 9 37 2A 5 2C
Octal 164 161 152 0 3 11 67 52 5 54
Binary 1110100 1110001 1101010 0 11 1001 110111 101010 101 101100

Color Harmonies of #74716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74716A

Black with #74716A

Text Example


Text Example

White with #74716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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