Html Css Color HEX #72746D Gunsmoke

📋 copy color: '#72746D'

red 114 ◦ green 116 ◦ blue 109

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

Shades of Gunsmoke #72746D

Tints of Gunsmoke #72746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 33.63%
G = 34.22%
B = 32.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72746D (or 0x72746D) is known color: Gunsmoke. HEX triplet: 72, 74 and 6D. RGB value is (114,116,109). Sum of RGB (Red+Green+Blue) = 114+116+109=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 116 - color contains mainly: green. Hex color #72746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746D is #8D8B92. Grayscale: #727272. Windows color (decimal): -9276307 or 7173234. OLE color: 7173234.

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

Color convert

RGB 114 116 109 -
CMYK 0.02 0 0.06 0.55
HSL 77.14º 0.03% 0.44% -
HSV(B) 77.14º 0.06% 0.45% -
XYZ 15.95 17.17 16.94 -
YUV 114.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 114 116 109 0.02 0 0.06 0.55 77.14 0.03 0.44
Hex 72 74 6D 2 0 6 37 4D 3 2C
Octal 162 164 155 2 0 6 67 115 3 54
Binary 1110010 1110100 1101101 10 0 110 110111 1001101 11 101100

Color Harmonies of #72746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746D

Black with #72746D

Text Example


Text Example

White with #72746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72746D; }

 p { color: rgb(114,116,109); }

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

background-color css

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

 a { background-color: rgb(114,116,109); }

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

border-color css

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

 span { border-color: rgb(114,116,109); }

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