Html Css Color HEX #788066 Gunsmoke

📋 copy color: '#788066'

red 120 ◦ green 128 ◦ blue 102

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

Shades of Gunsmoke #788066

Tints of Gunsmoke #788066

RGB

 RED value IS 120 (47.27% from 255) = 34.29%

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 34.29%
G = 36.57%
B = 29.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#788066 (or 0x788066) is known color: Gunsmoke. HEX triplet: 78, 80 and 66. RGB value is (120,128,102). Sum of RGB (Red+Green+Blue) = 120+128+102=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #788066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788066 is #877F99. Grayscale: #7A7A7A. Windows color (decimal): -8880026 or 6717560. OLE color: 6717560.

HSL color Cylindrical-coordinate representation of color #788066: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788066 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 102 -
CMYK 0.06 0 0.20 0.50
HSL 78.46º 0.11% 0.45% -
HSV(B) 78.46º 0.2% 0.5% -
XYZ 17.86 20.39 15.56 -
YUV 122.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 120 128 102 0.06 0 0.20 0.50 78.46 0.11 0.45
Hex 78 80 66 6 0 14 32 4E B 2D
Octal 170 200 146 6 0 24 62 116 13 55
Binary 1111000 10000000 1100110 110 0 10100 110010 1001110 1011 101101

Color Harmonies of #788066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788066

Black with #788066

Text Example


Text Example

White with #788066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788066; }

 p { color: rgb(120,128,102); }

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

background-color css

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

 a { background-color: rgb(120,128,102); }

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

border-color css

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

 span { border-color: rgb(120,128,102); }

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