Html Css Color HEX #787A76 Gunsmoke

📋 copy color: '#787A76'

red 120 ◦ green 122 ◦ blue 118

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

Shades of Gunsmoke #787A76

Tints of Gunsmoke #787A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 33.33%
G = 33.89%
B = 32.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#787A76 (or 0x787A76) is known color: Gunsmoke. HEX triplet: 78, 7A and 76. RGB value is (120,122,118). Sum of RGB (Red+Green+Blue) = 120+122+118=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 122 - color contains mainly: green. Hex color #787A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A76 is #878589. Grayscale: #787878. Windows color (decimal): -8881546 or 7764600. OLE color: 7764600.

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

Color convert

RGB 120 122 118 -
CMYK 0.02 0 0.03 0.52
HSL 90º 0.02% 0.47% -
HSV(B) 90º 0.03% 0.48% -
XYZ 17.98 19.22 19.9 -
YUV 120.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 120 122 118 0.02 0 0.03 0.52 90 0.02 0.47
Hex 78 7A 76 2 0 3 34 5A 2 2F
Octal 170 172 166 2 0 3 64 132 2 57
Binary 1111000 1111010 1110110 10 0 11 110100 1011010 10 101111

Color Harmonies of #787A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A76

Black with #787A76

Text Example


Text Example

White with #787A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,122,118); }

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

background-color css

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

 a { background-color: rgb(120,122,118); }

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

border-color css

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

 span { border-color: rgb(120,122,118); }

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