Html Css Color HEX #787B71 Gunsmoke

📋 copy color: '#787B71'

red 120 ◦ green 123 ◦ blue 113

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

Shades of Gunsmoke #787B71

Tints of Gunsmoke #787B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 33.71%
G = 34.55%
B = 31.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#787B71 (or 0x787B71) is known color: Gunsmoke. HEX triplet: 78, 7B and 71. RGB value is (120,123,113). Sum of RGB (Red+Green+Blue) = 120+123+113=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 123 - color contains mainly: green. Hex color #787B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B71 is #87848E. Grayscale: #797979. Windows color (decimal): -8881295 or 7437176. OLE color: 7437176.

HSL color Cylindrical-coordinate representation of color #787B71: hue angle of 78º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #787B71 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 123 113 -
CMYK 0.02 0 0.08 0.52
HSL 78º 0.04% 0.46% -
HSV(B) 78º 0.08% 0.48% -
XYZ 17.81 19.35 18.42 -
YUV 120.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 120 123 113 0.02 0 0.08 0.52 78 0.04 0.46
Hex 78 7B 71 2 0 8 34 4E 4 2E
Octal 170 173 161 2 0 10 64 116 4 56
Binary 1111000 1111011 1110001 10 0 1000 110100 1001110 100 101110

Color Harmonies of #787B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787B71

Black with #787B71

Text Example


Text Example

White with #787B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,123,113); }

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

background-color css

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

 a { background-color: rgb(120,123,113); }

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

border-color css

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

 span { border-color: rgb(120,123,113); }

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