Html Css Color HEX #727168 Ironside Grey

📋 copy color: '#727168'

red 114 ◦ green 113 ◦ blue 104

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

Shades of Ironside Grey #727168

Tints of Ironside Grey #727168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 34.44%
G = 34.14%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#727168 (or 0x727168) is known color: Ironside Grey. HEX triplet: 72, 71 and 68. RGB value is (114,113,104). Sum of RGB (Red+Green+Blue) = 114+113+104=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #727168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727168 is #8D8E97. Grayscale: #707070. Windows color (decimal): -9277080 or 6844786. OLE color: 6844786.

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

Color convert

RGB 114 113 104 -
CMYK 0 0.01 0.09 0.55
HSL 54º 0.05% 0.43% -
HSV(B) 54º 0.09% 0.45% -
XYZ 15.34 16.39 15.45 -
YUV 112.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 114 113 104 0 0.01 0.09 0.55 54 0.05 0.43
Hex 72 71 68 0 1 9 37 36 5 2B
Octal 162 161 150 0 1 11 67 66 5 53
Binary 1110010 1110001 1101000 0 1 1001 110111 110110 101 101011

Color Harmonies of #727168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727168

Black with #727168

Text Example


Text Example

White with #727168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727168; }

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

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

background-color css

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

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

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

border-color css

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

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

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