Html Css Color HEX #726E66 Ironside Grey

📋 copy color: '#726E66'

red 114 ◦ green 110 ◦ blue 102

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

Shades of Ironside Grey #726E66

Tints of Ironside Grey #726E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 34.97%
G = 33.74%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726E66 (or 0x726E66) is known color: Ironside Grey. HEX triplet: 72, 6E and 66. RGB value is (114,110,102). Sum of RGB (Red+Green+Blue) = 114+110+102=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E66 is #8D9199. Grayscale: #6E6E6E. Windows color (decimal): -9277850 or 6712946. OLE color: 6712946.

HSL color Cylindrical-coordinate representation of color #726E66: hue angle of 40º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726E66 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 110 102 -
CMYK 0 0.04 0.11 0.55
HSL 40º 0.06% 0.42% -
HSV(B) 40º 0.11% 0.45% -
XYZ 14.91 15.69 14.81 -
YUV 110.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 114 110 102 0 0.04 0.11 0.55 40 0.06 0.42
Hex 72 6E 66 0 4 B 37 28 6 2A
Octal 162 156 146 0 4 13 67 50 6 52
Binary 1110010 1101110 1100110 0 100 1011 110111 101000 110 101010

Color Harmonies of #726E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E66

Black with #726E66

Text Example


Text Example

White with #726E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E66; }

 p { color: rgb(114,110,102); }

 H1.HeaderClassName
 {
   color: #726E66;
 }
 .AnyTagClassName
 {
   color: #726E66;
 }
</style>

background-color css

<style>
 a { background-color: #726E66; }

 a { background-color: rgb(114,110,102); }

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

border-color css

<style>
 span { border-color: #726E66; }

 span { border-color: rgb(114,110,102); }

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