Html Css Color HEX #72746F Gunsmoke

📋 copy color: '#72746F'

red 114 ◦ green 116 ◦ blue 111

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

Shades of Gunsmoke #72746F

Tints of Gunsmoke #72746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 33.43%
G = 34.02%
B = 32.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72746F (or 0x72746F) is known color: Gunsmoke. HEX triplet: 72, 74 and 6F. RGB value is (114,116,111). Sum of RGB (Red+Green+Blue) = 114+116+111=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 116 - color contains mainly: green. Hex color #72746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746F is #8D8B90. Grayscale: #727272. Windows color (decimal): -9276305 or 7304306. OLE color: 7304306.

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

Color convert

RGB 114 116 111 -
CMYK 0.02 0 0.04 0.55
HSL 84º 0.02% 0.45% -
HSV(B) 84º 0.04% 0.45% -
XYZ 16.05 17.22 17.52 -
YUV 114.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 114 116 111 0.02 0 0.04 0.55 84 0.02 0.45
Hex 72 74 6F 2 0 4 37 54 2 2D
Octal 162 164 157 2 0 4 67 124 2 55
Binary 1110010 1110100 1101111 10 0 100 110111 1010100 10 101101

Color Harmonies of #72746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746F

Black with #72746F

Text Example


Text Example

White with #72746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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