Html Css Color HEX #73766F Gunsmoke

📋 copy color: '#73766F'

red 115 ◦ green 118 ◦ blue 111

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

Shades of Gunsmoke #73766F

Tints of Gunsmoke #73766F

RGB

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

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

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

R = 33.43%
G = 34.3%
B = 32.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#73766F (or 0x73766F) is known color: Gunsmoke. HEX triplet: 73, 76 and 6F. RGB value is (115,118,111). Sum of RGB (Red+Green+Blue) = 115+118+111=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #73766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766F is #8C8990. Grayscale: #747474. Windows color (decimal): -9210257 or 7304819. OLE color: 7304819.

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

Color convert

RGB 115 118 111 -
CMYK 0.03 0 0.06 0.54
HSL 85.71º 0.03% 0.45% -
HSV(B) 85.71º 0.06% 0.46% -
XYZ 16.42 17.75 17.6 -
YUV 116.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 115 118 111 0.03 0 0.06 0.54 85.71 0.03 0.45
Hex 73 76 6F 3 0 6 36 56 3 2D
Octal 163 166 157 3 0 6 66 126 3 55
Binary 1110011 1110110 1101111 11 0 110 110110 1010110 11 101101

Color Harmonies of #73766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73766F

Black with #73766F

Text Example


Text Example

White with #73766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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