Html Css Color HEX #73716A Ironside Grey

📋 copy color: '#73716A'

red 115 ◦ green 113 ◦ blue 106

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

Shades of Ironside Grey #73716A

Tints of Ironside Grey #73716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 34.43%
G = 33.83%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73716A (or 0x73716A) is known color: Ironside Grey. HEX triplet: 73, 71 and 6A. RGB value is (115,113,106). Sum of RGB (Red+Green+Blue) = 115+113+106=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #73716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716A is #8C8E95. Grayscale: #707070. Windows color (decimal): -9211542 or 6975859. OLE color: 6975859.

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

Color convert

RGB 115 113 106 -
CMYK 0 0.02 0.08 0.55
HSL 46.67º 0.04% 0.43% -
HSV(B) 46.67º 0.08% 0.45% -
XYZ 15.58 16.5 16 -
YUV 112.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 115 113 106 0 0.02 0.08 0.55 46.67 0.04 0.43
Hex 73 71 6A 0 2 8 37 2F 4 2B
Octal 163 161 152 0 2 10 67 57 4 53
Binary 1110011 1110001 1101010 0 10 1000 110111 101111 100 101011

Color Harmonies of #73716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73716A

Black with #73716A

Text Example


Text Example

White with #73716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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