Html Css Color HEX #72746E Gunsmoke

📋 copy color: '#72746E'

red 114 ◦ green 116 ◦ blue 110

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

Shades of Gunsmoke #72746E

Tints of Gunsmoke #72746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 33.53%
G = 34.12%
B = 32.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72746E (or 0x72746E) is known color: Gunsmoke. HEX triplet: 72, 74 and 6E. RGB value is (114,116,110). Sum of RGB (Red+Green+Blue) = 114+116+110=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 116 - color contains mainly: green. Hex color #72746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746E is #8D8B91. Grayscale: #727272. Windows color (decimal): -9276306 or 7238770. OLE color: 7238770.

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

Color convert

RGB 114 116 110 -
CMYK 0.02 0 0.05 0.55
HSL 80º 0.03% 0.44% -
HSV(B) 80º 0.05% 0.45% -
XYZ 16 17.19 17.23 -
YUV 114.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 114 116 110 0.02 0 0.05 0.55 80 0.03 0.44
Hex 72 74 6E 2 0 5 37 50 3 2C
Octal 162 164 156 2 0 5 67 120 3 54
Binary 1110010 1110100 1101110 10 0 101 110111 1010000 11 101100

Color Harmonies of #72746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746E

Black with #72746E

Text Example


Text Example

White with #72746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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