Html Css Color HEX #73716B Ironside Grey

📋 copy color: '#73716B'

red 115 ◦ green 113 ◦ blue 107

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

Shades of Ironside Grey #73716B

Tints of Ironside Grey #73716B

RGB

 RED value IS 115 (45.31% from 255) = 34.33%

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

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

R = 34.33%
G = 33.73%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73716B (or 0x73716B) is known color: Ironside Grey. HEX triplet: 73, 71 and 6B. RGB value is (115,113,107). Sum of RGB (Red+Green+Blue) = 115+113+107=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #73716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716B is #8C8E94. Grayscale: #707070. Windows color (decimal): -9211541 or 7041395. OLE color: 7041395.

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

Color convert

RGB 115 113 107 -
CMYK 0 0.02 0.07 0.55
HSL 45º 0.04% 0.44% -
HSV(B) 45º 0.07% 0.45% -
XYZ 15.63 16.52 16.27 -
YUV 112.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 115 113 107 0 0.02 0.07 0.55 45 0.04 0.44
Hex 73 71 6B 0 2 7 37 2D 4 2C
Octal 163 161 153 0 2 7 67 55 4 54
Binary 1110011 1110001 1101011 0 10 111 110111 101101 100 101100

Color Harmonies of #73716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73716B

Black with #73716B

Text Example


Text Example

White with #73716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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