Html Css Color HEX #787F68 Gunsmoke

📋 copy color: '#787F68'

red 120 ◦ green 127 ◦ blue 104

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

Shades of Gunsmoke #787F68

Tints of Gunsmoke #787F68

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 34.19%
G = 36.18%
B = 29.63%

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

#787F68 (or 0x787F68) is known color: Gunsmoke. HEX triplet: 78, 7F and 68. RGB value is (120,127,104). Sum of RGB (Red+Green+Blue) = 120+127+104=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #787F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F68 is #878097. Grayscale: #7A7A7A. Windows color (decimal): -8880280 or 6848376. OLE color: 6848376.

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

Color convert

RGB 120 127 104 -
CMYK 0.06 0 0.18 0.50
HSL 78.26º 0.1% 0.45% -
HSV(B) 78.26º 0.18% 0.5% -
XYZ 17.83 20.17 16.05 -
YUV 122.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 120 127 104 0.06 0 0.18 0.50 78.26 0.1 0.45
Hex 78 7F 68 6 0 12 32 4E A 2D
Octal 170 177 150 6 0 22 62 116 12 55
Binary 1111000 1111111 1101000 110 0 10010 110010 1001110 1010 101101

Color Harmonies of #787F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F68

Black with #787F68

Text Example


Text Example

White with #787F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787F68; }

 p { color: rgb(120,127,104); }

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

background-color css

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

 a { background-color: rgb(120,127,104); }

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

border-color css

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

 span { border-color: rgb(120,127,104); }

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