Html Css Color HEX #727065 Ironside Grey

📋 copy color: '#727065'

red 114 ◦ green 112 ◦ blue 101

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

Shades of Ironside Grey #727065

Tints of Ironside Grey #727065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 34.86%
G = 34.25%
B = 30.89%

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

#727065 (or 0x727065) is known color: Ironside Grey. HEX triplet: 72, 70 and 65. RGB value is (114,112,101). Sum of RGB (Red+Green+Blue) = 114+112+101=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #727065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727065 is #8D8F9A. Grayscale: #6F6F6F. Windows color (decimal): -9277339 or 6647922. OLE color: 6647922.

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

Color convert

RGB 114 112 101 -
CMYK 0 0.02 0.11 0.55
HSL 50.77º 0.06% 0.42% -
HSV(B) 50.77º 0.11% 0.45% -
XYZ 15.08 16.11 14.63 -
YUV 111.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 114 112 101 0 0.02 0.11 0.55 50.77 0.06 0.42
Hex 72 70 65 0 2 B 37 33 6 2A
Octal 162 160 145 0 2 13 67 63 6 52
Binary 1110010 1110000 1100101 0 10 1011 110111 110011 110 101010

Color Harmonies of #727065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727065

Black with #727065

Text Example


Text Example

White with #727065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727065; }

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

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

background-color css

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

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

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

border-color css

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

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

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