Html Css Color HEX #76786D Gunsmoke

📋 copy color: '#76786D'

red 118 ◦ green 120 ◦ blue 109

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

Shades of Gunsmoke #76786D

Tints of Gunsmoke #76786D

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 34.01%
G = 34.58%
B = 31.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#76786D (or 0x76786D) is known color: Gunsmoke. HEX triplet: 76, 78 and 6D. RGB value is (118,120,109). Sum of RGB (Red+Green+Blue) = 118+120+109=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #76786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786D is #898792. Grayscale: #767676. Windows color (decimal): -9013139 or 7174262. OLE color: 7174262.

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

Color convert

RGB 118 120 109 -
CMYK 0.02 0 0.09 0.53
HSL 70.91º 0.05% 0.45% -
HSV(B) 70.91º 0.09% 0.47% -
XYZ 16.95 18.39 17.12 -
YUV 118.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 118 120 109 0.02 0 0.09 0.53 70.91 0.05 0.45
Hex 76 78 6D 2 0 9 35 47 5 2D
Octal 166 170 155 2 0 11 65 107 5 55
Binary 1110110 1111000 1101101 10 0 1001 110101 1000111 101 101101

Color Harmonies of #76786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76786D

Black with #76786D

Text Example


Text Example

White with #76786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,120,109); }

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

background-color css

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

 a { background-color: rgb(118,120,109); }

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

border-color css

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

 span { border-color: rgb(118,120,109); }

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