Html Css Color HEX #788166 Gunsmoke

📋 copy color: '#788166'

red 120 ◦ green 129 ◦ blue 102

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

Shades of Gunsmoke #788166

Tints of Gunsmoke #788166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

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

R = 34.19%
G = 36.75%
B = 29.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#788166 (or 0x788166) is known color: Gunsmoke. HEX triplet: 78, 81 and 66. RGB value is (120,129,102). Sum of RGB (Red+Green+Blue) = 120+129+102=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #788166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788166 is #877E99. Grayscale: #7B7B7B. Windows color (decimal): -8879770 or 6717816. OLE color: 6717816.

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

Color convert

RGB 120 129 102 -
CMYK 0.07 0 0.21 0.49
HSL 80º 0.12% 0.45% -
HSV(B) 80º 0.21% 0.51% -
XYZ 17.99 20.65 15.61 -
YUV 123.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 120 129 102 0.07 0 0.21 0.49 80 0.12 0.45
Hex 78 81 66 7 0 15 31 50 C 2D
Octal 170 201 146 7 0 25 61 120 14 55
Binary 1111000 10000001 1100110 111 0 10101 110001 1010000 1100 101101

Color Harmonies of #788166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788166

Black with #788166

Text Example


Text Example

White with #788166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788166; }

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

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

background-color css

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

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

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

border-color css

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

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

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