Html Css Color HEX #788067 Gunsmoke

📋 copy color: '#788067'

red 120 ◦ green 128 ◦ blue 103

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

Shades of Gunsmoke #788067

Tints of Gunsmoke #788067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 34.19%
G = 36.47%
B = 29.34%

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

#788067 (or 0x788067) is known color: Gunsmoke. HEX triplet: 78, 80 and 67. RGB value is (120,128,103). Sum of RGB (Red+Green+Blue) = 120+128+103=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #788067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788067 is #877F98. Grayscale: #7A7A7A. Windows color (decimal): -8880025 or 6783096. OLE color: 6783096.

HSL color Cylindrical-coordinate representation of color #788067: hue angle of 79.2º 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 #788067 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 103 -
CMYK 0.06 0 0.20 0.50
HSL 79.2º 0.11% 0.45% -
HSV(B) 79.2º 0.2% 0.5% -
XYZ 17.91 20.41 15.83 -
YUV 122.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 120 128 103 0.06 0 0.20 0.50 79.2 0.11 0.45
Hex 78 80 67 6 0 14 32 4F B 2D
Octal 170 200 147 6 0 24 62 117 13 55
Binary 1111000 10000000 1100111 110 0 10100 110010 1001111 1011 101101

Color Harmonies of #788067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788067

Black with #788067

Text Example


Text Example

White with #788067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788067; }

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

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

background-color css

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

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

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

border-color css

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

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

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