Html Css Color HEX #787F6C Gunsmoke

📋 copy color: '#787F6C'

red 120 ◦ green 127 ◦ blue 108

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

Shades of Gunsmoke #787F6C

Tints of Gunsmoke #787F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 33.8%
G = 35.77%
B = 30.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#787F6C (or 0x787F6C) is known color: Gunsmoke. HEX triplet: 78, 7F and 6C. RGB value is (120,127,108). Sum of RGB (Red+Green+Blue) = 120+127+108=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #787F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F6C is #878093. Grayscale: #7A7A7A. Windows color (decimal): -8880276 or 7110520. OLE color: 7110520.

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

Color convert

RGB 120 127 108 -
CMYK 0.06 0 0.15 0.50
HSL 82.11º 0.08% 0.46% -
HSV(B) 82.11º 0.15% 0.5% -
XYZ 18.04 20.25 17.15 -
YUV 122.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 120 127 108 0.06 0 0.15 0.50 82.11 0.08 0.46
Hex 78 7F 6C 6 0 F 32 52 8 2E
Octal 170 177 154 6 0 17 62 122 10 56
Binary 1111000 1111111 1101100 110 0 1111 110010 1010010 1000 101110

Color Harmonies of #787F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F6C

Black with #787F6C

Text Example


Text Example

White with #787F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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