Html Css Color HEX #72706A Ironside Grey

📋 copy color: '#72706A'

red 114 ◦ green 112 ◦ blue 106

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

Shades of Ironside Grey #72706A

Tints of Ironside Grey #72706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 34.34%
G = 33.73%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72706A (or 0x72706A) is known color: Ironside Grey. HEX triplet: 72, 70 and 6A. RGB value is (114,112,106). Sum of RGB (Red+Green+Blue) = 114+112+106=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #72706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706A is #8D8F95. Grayscale: #6F6F6F. Windows color (decimal): -9277334 or 6975602. OLE color: 6975602.

HSL color Cylindrical-coordinate representation of color #72706A: hue angle of 45º 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 #72706A is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 106 -
CMYK 0 0.02 0.07 0.55
HSL 45º 0.04% 0.43% -
HSV(B) 45º 0.07% 0.45% -
XYZ 15.34 16.21 15.96 -
YUV 111.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 114 112 106 0 0.02 0.07 0.55 45 0.04 0.43
Hex 72 70 6A 0 2 7 37 2D 4 2B
Octal 162 160 152 0 2 7 67 55 4 53
Binary 1110010 1110000 1101010 0 10 111 110111 101101 100 101011

Color Harmonies of #72706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72706A

Black with #72706A

Text Example


Text Example

White with #72706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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