Html Css Color HEX #74736B Ironside Grey

📋 copy color: '#74736B'

red 116 ◦ green 115 ◦ blue 107

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

Shades of Ironside Grey #74736B

Tints of Ironside Grey #74736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 34.32%
G = 34.02%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74736B (or 0x74736B) is known color: Ironside Grey. HEX triplet: 74, 73 and 6B. RGB value is (116,115,107). Sum of RGB (Red+Green+Blue) = 116+115+107=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 116 - color contains mainly: red. Hex color #74736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74736B is #8B8C94. Grayscale: #727272. Windows color (decimal): -9145493 or 7041908. OLE color: 7041908.

HSL color Cylindrical-coordinate representation of color #74736B: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74736B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 107 -
CMYK 0 0.01 0.08 0.55
HSL 53.33º 0.04% 0.44% -
HSV(B) 53.33º 0.08% 0.45% -
XYZ 15.99 17.04 16.36 -
YUV 114.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 116 115 107 0 0.01 0.08 0.55 53.33 0.04 0.44
Hex 74 73 6B 0 1 8 37 35 4 2C
Octal 164 163 153 0 1 10 67 65 4 54
Binary 1110100 1110011 1101011 0 1 1000 110111 110101 100 101100

Color Harmonies of #74736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74736B

Black with #74736B

Text Example


Text Example

White with #74736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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