Html Css Color HEX #73776D Gunsmoke

📋 copy color: '#73776D'

red 115 ◦ green 119 ◦ blue 109

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

Shades of Gunsmoke #73776D

Tints of Gunsmoke #73776D

RGB

 RED value IS 115 (45.31% from 255) = 33.53%

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 33.53%
G = 34.69%
B = 31.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#73776D (or 0x73776D) is known color: Gunsmoke. HEX triplet: 73, 77 and 6D. RGB value is (115,119,109). Sum of RGB (Red+Green+Blue) = 115+119+109=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #73776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776D is #8C8892. Grayscale: #747474. Windows color (decimal): -9210003 or 7174003. OLE color: 7174003.

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

Color convert

RGB 115 119 109 -
CMYK 0.03 0 0.08 0.53
HSL 84º 0.04% 0.45% -
HSV(B) 84º 0.08% 0.47% -
XYZ 16.43 17.94 17.07 -
YUV 116.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 115 119 109 0.03 0 0.08 0.53 84 0.04 0.45
Hex 73 77 6D 3 0 8 35 54 4 2D
Octal 163 167 155 3 0 10 65 124 4 55
Binary 1110011 1110111 1101101 11 0 1000 110101 1010100 100 101101

Color Harmonies of #73776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73776D

Black with #73776D

Text Example


Text Example

White with #73776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,119,109); }

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

background-color css

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

 a { background-color: rgb(115,119,109); }

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

border-color css

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

 span { border-color: rgb(115,119,109); }

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