#73716B

Color #73716B Ironside Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironside Grey #73716B

Tints of Ironside Grey #73716B

Color information

#73716B (or 0x73716B) is unknown color: approx Ironside Grey. HEX triplet: 73, 71 and 6B. RGB value is (115,113,107). Sum of RGB (Red+Green+Blue) = 115+113+107=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #73716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716B is #8C8E94. Grayscale: #707070. Windows color (decimal): -9211541 or 7041395. OLE color: 7041395.

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

Color convert

RGB115113107-
CMYK00.020.070.55
HSL45º3.6%43.53%-
HSV(B)45º6.96%45.1%-
XYZ15.6316.5216.27-
YUV112.91124.66129.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=34.33%
G=33.73%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511310700.020.070.55453.643.53
Hex73716B027372d42c
Octal1631611530276755454
Binary111001111100011101011010111110111101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73716B;
 }
 .AnyTagClassName
 {
   color: #73716B;
 }
</style>
background-color css

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

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

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

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

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

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