Html Css Color HEX #727066 Ironside Grey

📋 copy color: '#727066'

red 114 ◦ green 112 ◦ blue 102

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

Shades of Ironside Grey #727066

Tints of Ironside Grey #727066

RGB

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

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

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

R = 34.76%
G = 34.15%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#727066 (or 0x727066) is known color: Ironside Grey. HEX triplet: 72, 70 and 66. RGB value is (114,112,102). Sum of RGB (Red+Green+Blue) = 114+112+102=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #727066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727066 is #8D8F99. Grayscale: #6F6F6F. Windows color (decimal): -9277338 or 6713458. OLE color: 6713458.

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

Color convert

RGB 114 112 102 -
CMYK 0 0.02 0.11 0.55
HSL 50º 0.06% 0.42% -
HSV(B) 50º 0.11% 0.45% -
XYZ 15.13 16.13 14.89 -
YUV 111.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 114 112 102 0 0.02 0.11 0.55 50 0.06 0.42
Hex 72 70 66 0 2 B 37 32 6 2A
Octal 162 160 146 0 2 13 67 62 6 52
Binary 1110010 1110000 1100110 0 10 1011 110111 110010 110 101010

Color Harmonies of #727066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727066

Black with #727066

Text Example


Text Example

White with #727066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727066; }

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

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

background-color css

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

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

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

border-color css

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

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

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