Html Css Color HEX #73766E Gunsmoke

📋 copy color: '#73766E'

red 115 ◦ green 118 ◦ blue 110

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

Shades of Gunsmoke #73766E

Tints of Gunsmoke #73766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 33.53%
G = 34.4%
B = 32.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#73766E (or 0x73766E) is known color: Gunsmoke. HEX triplet: 73, 76 and 6E. RGB value is (115,118,110). Sum of RGB (Red+Green+Blue) = 115+118+110=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #73766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766E is #8C8991. Grayscale: #747474. Windows color (decimal): -9210258 or 7239283. OLE color: 7239283.

HSL color Cylindrical-coordinate representation of color #73766E: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73766E is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 110 -
CMYK 0.03 0 0.07 0.54
HSL 82.5º 0.04% 0.45% -
HSV(B) 82.5º 0.07% 0.46% -
XYZ 16.36 17.73 17.31 -
YUV 116.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 115 118 110 0.03 0 0.07 0.54 82.5 0.04 0.45
Hex 73 76 6E 3 0 7 36 52 4 2D
Octal 163 166 156 3 0 7 66 122 4 55
Binary 1110011 1110110 1101110 11 0 111 110110 1010010 100 101101

Color Harmonies of #73766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73766E

Black with #73766E

Text Example


Text Example

White with #73766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,118,110); }

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

background-color css

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

 a { background-color: rgb(115,118,110); }

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

border-color css

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

 span { border-color: rgb(115,118,110); }

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