Html Css Color HEX #788069 Gunsmoke

📋 copy color: '#788069'

red 120 ◦ green 128 ◦ blue 105

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

Shades of Gunsmoke #788069

Tints of Gunsmoke #788069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 33.99%
G = 36.26%
B = 29.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#788069 (or 0x788069) is known color: Gunsmoke. HEX triplet: 78, 80 and 69. RGB value is (120,128,105). Sum of RGB (Red+Green+Blue) = 120+128+105=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #788069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788069 is #877F96. Grayscale: #7B7B7B. Windows color (decimal): -8880023 or 6914168. OLE color: 6914168.

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

Color convert

RGB 120 128 105 -
CMYK 0.06 0 0.18 0.50
HSL 80.87º 0.1% 0.46% -
HSV(B) 80.87º 0.18% 0.5% -
XYZ 18.01 20.45 16.36 -
YUV 122.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 120 128 105 0.06 0 0.18 0.50 80.87 0.1 0.46
Hex 78 80 69 6 0 12 32 51 A 2E
Octal 170 200 151 6 0 22 62 121 12 56
Binary 1111000 10000000 1101001 110 0 10010 110010 1010001 1010 101110

Color Harmonies of #788069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788069

Black with #788069

Text Example


Text Example

White with #788069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788069; }

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

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

background-color css

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

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

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

border-color css

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

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

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