Html Css Color HEX #787D6B Gunsmoke

📋 copy color: '#787D6B'

red 120 ◦ green 125 ◦ blue 107

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

Shades of Gunsmoke #787D6B

Tints of Gunsmoke #787D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 34.09%
G = 35.51%
B = 30.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#787D6B (or 0x787D6B) is known color: Gunsmoke. HEX triplet: 78, 7D and 6B. RGB value is (120,125,107). Sum of RGB (Red+Green+Blue) = 120+125+107=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 125 - color contains mainly: green. Hex color #787D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D6B is #878294. Grayscale: #797979. Windows color (decimal): -8880789 or 7044472. OLE color: 7044472.

HSL color Cylindrical-coordinate representation of color #787D6B: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787D6B is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 125 107 -
CMYK 0.04 0 0.14 0.51
HSL 76.67º 0.08% 0.45% -
HSV(B) 76.67º 0.14% 0.49% -
XYZ 17.73 19.72 16.78 -
YUV 121.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 120 125 107 0.04 0 0.14 0.51 76.67 0.08 0.45
Hex 78 7D 6B 4 0 E 33 4D 8 2D
Octal 170 175 153 4 0 16 63 115 10 55
Binary 1111000 1111101 1101011 100 0 1110 110011 1001101 1000 101101

Color Harmonies of #787D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787D6B

Black with #787D6B

Text Example


Text Example

White with #787D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,125,107); }

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

background-color css

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

 a { background-color: rgb(120,125,107); }

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

border-color css

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

 span { border-color: rgb(120,125,107); }

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