Html Css Color HEX #788065 Gunsmoke

📋 copy color: '#788065'

red 120 ◦ green 128 ◦ blue 101

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

Shades of Gunsmoke #788065

Tints of Gunsmoke #788065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 34.38%
G = 36.68%
B = 28.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#788065 (or 0x788065) is known color: Gunsmoke. HEX triplet: 78, 80 and 65. RGB value is (120,128,101). Sum of RGB (Red+Green+Blue) = 120+128+101=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #788065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788065 is #877F9A. Grayscale: #7A7A7A. Windows color (decimal): -8880027 or 6652024. OLE color: 6652024.

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

Color convert

RGB 120 128 101 -
CMYK 0.06 0 0.21 0.50
HSL 77.78º 0.12% 0.45% -
HSV(B) 77.78º 0.21% 0.5% -
XYZ 17.81 20.37 15.31 -
YUV 122.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 120 128 101 0.06 0 0.21 0.50 77.78 0.12 0.45
Hex 78 80 65 6 0 15 32 4E C 2D
Octal 170 200 145 6 0 25 62 116 14 55
Binary 1111000 10000000 1100101 110 0 10101 110010 1001110 1100 101101

Color Harmonies of #788065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788065

Black with #788065

Text Example


Text Example

White with #788065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788065; }

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

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

background-color css

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

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

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

border-color css

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

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

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