Html Css Color HEX #72716A Ironside Grey

📋 copy color: '#72716A'

red 114 ◦ green 113 ◦ blue 106

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

Shades of Ironside Grey #72716A

Tints of Ironside Grey #72716A

RGB

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

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

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

R = 34.23%
G = 33.93%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72716A (or 0x72716A) is known color: Ironside Grey. HEX triplet: 72, 71 and 6A. RGB value is (114,113,106). Sum of RGB (Red+Green+Blue) = 114+113+106=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #72716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72716A is #8D8E95. Grayscale: #707070. Windows color (decimal): -9277078 or 6975858. OLE color: 6975858.

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

Color convert

RGB 114 113 106 -
CMYK 0 0.01 0.07 0.55
HSL 52.5º 0.04% 0.43% -
HSV(B) 52.5º 0.07% 0.45% -
XYZ 15.45 16.43 15.99 -
YUV 112.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 114 113 106 0 0.01 0.07 0.55 52.5 0.04 0.43
Hex 72 71 6A 0 1 7 37 34 4 2B
Octal 162 161 152 0 1 7 67 64 4 53
Binary 1110010 1110001 1101010 0 1 111 110111 110100 100 101011

Color Harmonies of #72716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72716A

Black with #72716A

Text Example


Text Example

White with #72716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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