Html Css Color HEX #72706B Ironside Grey

📋 copy color: '#72706B'

red 114 ◦ green 112 ◦ blue 107

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

Shades of Ironside Grey #72706B

Tints of Ironside Grey #72706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 34.23%
G = 33.63%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72706B (or 0x72706B) is known color: Ironside Grey. HEX triplet: 72, 70 and 6B. RGB value is (114,112,107). Sum of RGB (Red+Green+Blue) = 114+112+107=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #72706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706B is #8D8F94. Grayscale: #707070. Windows color (decimal): -9277333 or 7041138. OLE color: 7041138.

HSL color Cylindrical-coordinate representation of color #72706B: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #72706B is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 107 -
CMYK 0 0.02 0.06 0.55
HSL 42.86º 0.03% 0.43% -
HSV(B) 42.86º 0.06% 0.45% -
XYZ 15.39 16.23 16.23 -
YUV 112.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 114 112 107 0 0.02 0.06 0.55 42.86 0.03 0.43
Hex 72 70 6B 0 2 6 37 2B 3 2B
Octal 162 160 153 0 2 6 67 53 3 53
Binary 1110010 1110000 1101011 0 10 110 110111 101011 11 101011

Color Harmonies of #72706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72706B

Black with #72706B

Text Example


Text Example

White with #72706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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