#72716B

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

Shades of Ironside Grey #72716B

Tints of Ironside Grey #72716B

Color information

#72716B (or 0x72716B) is unknown color: approx Ironside Grey. HEX triplet: 72, 71 and 6B. RGB value is (114,113,107). Sum of RGB (Red+Green+Blue) = 114+113+107=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 114 - color contains mainly: red. Hex color #72716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72716B is #8D8E94. Grayscale: #707070. Windows color (decimal): -9277077 or 7041394. OLE color: 7041394.

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

Color convert

RGB114113107-
CMYK00.010.060.55
HSL51.43º3.17%43.33%-
HSV(B)51.43º6.14%44.71%-
XYZ15.516.4516.27-
YUV112.62124.83128.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=34.13%
G=33.83%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411310700.010.060.5551.433.1743.33
Hex72716B016373332b
Octal1621611530166763353
Binary1110010111000111010110111011011111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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