Html Css Color HEX #72736F Gunsmoke

📋 copy color: '#72736F'

red 114 ◦ green 115 ◦ blue 111

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

Shades of Gunsmoke #72736F

Tints of Gunsmoke #72736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 33.53%
G = 33.82%
B = 32.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72736F (or 0x72736F) is known color: Gunsmoke. HEX triplet: 72, 73 and 6F. RGB value is (114,115,111). Sum of RGB (Red+Green+Blue) = 114+115+111=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 115 - color contains mainly: green. Hex color #72736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736F is #8D8C90. Grayscale: #727272. Windows color (decimal): -9276561 or 7304050. OLE color: 7304050.

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

Color convert

RGB 114 115 111 -
CMYK 0.01 0 0.03 0.55
HSL 75º 0.02% 0.44% -
HSV(B) 75º 0.03% 0.45% -
XYZ 15.94 16.99 17.48 -
YUV 114.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 114 115 111 0.01 0 0.03 0.55 75 0.02 0.44
Hex 72 73 6F 1 0 3 37 4B 2 2C
Octal 162 163 157 1 0 3 67 113 2 54
Binary 1110010 1110011 1101111 1 0 11 110111 1001011 10 101100

Color Harmonies of #72736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72736F

Black with #72736F

Text Example


Text Example

White with #72736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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