Html Css Color HEX #72746C Gunsmoke

📋 copy color: '#72746C'

red 114 ◦ green 116 ◦ blue 108

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

Shades of Gunsmoke #72746C

Tints of Gunsmoke #72746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 33.73%
G = 34.32%
B = 31.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72746C (or 0x72746C) is known color: Gunsmoke. HEX triplet: 72, 74 and 6C. RGB value is (114,116,108). Sum of RGB (Red+Green+Blue) = 114+116+108=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #72746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746C is #8D8B93. Grayscale: #727272. Windows color (decimal): -9276308 or 7107698. OLE color: 7107698.

HSL color Cylindrical-coordinate representation of color #72746C: hue angle of 75º 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 #72746C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 108 -
CMYK 0.02 0 0.07 0.55
HSL 75º 0.04% 0.44% -
HSV(B) 75º 0.07% 0.45% -
XYZ 15.89 17.15 16.66 -
YUV 114.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 114 116 108 0.02 0 0.07 0.55 75 0.04 0.44
Hex 72 74 6C 2 0 7 37 4B 4 2C
Octal 162 164 154 2 0 7 67 113 4 54
Binary 1110010 1110100 1101100 10 0 111 110111 1001011 100 101100

Color Harmonies of #72746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746C

Black with #72746C

Text Example


Text Example

White with #72746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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