Html Css Color HEX #72716B Ironside Grey

📋 copy color: '#72716B'

red 114 ◦ green 113 ◦ blue 107

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

Shades of Ironside Grey #72716B

Tints of Ironside Grey #72716B

RGB

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

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

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

R = 34.13%
G = 33.83%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72716B (or 0x72716B) is known color: Ironside Grey. HEX triplet: 72, 71 and 6B. RGB value is (114,113,107). Sum of RGB (Red+Green+Blue) = 114+113+107=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 114 - color contains mainly: red. Hex color #72716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72716B is #8D8E94. Grayscale: #707070. Windows color (decimal): -9277077 or 7041394. OLE color: 7041394.

HSL color Cylindrical-coordinate representation of color #72716B: hue angle of 51.43º 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 #72716B is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 107 -
CMYK 0 0.01 0.06 0.55
HSL 51.43º 0.03% 0.43% -
HSV(B) 51.43º 0.06% 0.45% -
XYZ 15.5 16.45 16.27 -
YUV 112.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 114 113 107 0 0.01 0.06 0.55 51.43 0.03 0.43
Hex 72 71 6B 0 1 6 37 33 3 2B
Octal 162 161 153 0 1 6 67 63 3 53
Binary 1110010 1110001 1101011 0 1 110 110111 110011 11 101011

Color Harmonies of #72716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72716B

Black with #72716B

Text Example


Text Example

White with #72716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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