Html Css Color HEX #72716D Ironside Grey

📋 copy color: '#72716D'

red 114 ◦ green 113 ◦ blue 109

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

Shades of Ironside Grey #72716D

Tints of Ironside Grey #72716D

RGB

 RED value IS 114 (44.92% from 255) = 33.93%

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 33.93%
G = 33.63%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72716D (or 0x72716D) is known color: Ironside Grey. HEX triplet: 72, 71 and 6D. RGB value is (114,113,109). Sum of RGB (Red+Green+Blue) = 114+113+109=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 114 - color contains mainly: red. Hex color #72716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72716D is #8D8E92. Grayscale: #707070. Windows color (decimal): -9277075 or 7172466. OLE color: 7172466.

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

Color convert

RGB 114 113 109 -
CMYK 0 0.01 0.04 0.55
HSL 48º 0.02% 0.44% -
HSV(B) 48º 0.04% 0.45% -
XYZ 15.6 16.49 16.83 -
YUV 112.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 114 113 109 0 0.01 0.04 0.55 48 0.02 0.44
Hex 72 71 6D 0 1 4 37 30 2 2C
Octal 162 161 155 0 1 4 67 60 2 54
Binary 1110010 1110001 1101101 0 1 100 110111 110000 10 101100

Color Harmonies of #72716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72716D

Black with #72716D

Text Example


Text Example

White with #72716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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