Html Css Color HEX #73766C Gunsmoke

📋 copy color: '#73766C'

red 115 ◦ green 118 ◦ blue 108

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

Shades of Gunsmoke #73766C

Tints of Gunsmoke #73766C

RGB

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

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

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

R = 33.72%
G = 34.6%
B = 31.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#73766C (or 0x73766C) is known color: Gunsmoke. HEX triplet: 73, 76 and 6C. RGB value is (115,118,108). Sum of RGB (Red+Green+Blue) = 115+118+108=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #73766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766C is #8C8993. Grayscale: #737373. Windows color (decimal): -9210260 or 7108211. OLE color: 7108211.

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

Color convert

RGB 115 118 108 -
CMYK 0.03 0 0.08 0.54
HSL 78º 0.04% 0.44% -
HSV(B) 78º 0.08% 0.46% -
XYZ 16.26 17.68 16.74 -
YUV 115.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 115 118 108 0.03 0 0.08 0.54 78 0.04 0.44
Hex 73 76 6C 3 0 8 36 4E 4 2C
Octal 163 166 154 3 0 10 66 116 4 54
Binary 1110011 1110110 1101100 11 0 1000 110110 1001110 100 101100

Color Harmonies of #73766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73766C

Black with #73766C

Text Example


Text Example

White with #73766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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