Html Css Color HEX #787B73 Gunsmoke

📋 copy color: '#787B73'

red 120 ◦ green 123 ◦ blue 115

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

Shades of Gunsmoke #787B73

Tints of Gunsmoke #787B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 33.52%
G = 34.36%
B = 32.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#787B73 (or 0x787B73) is known color: Gunsmoke. HEX triplet: 78, 7B and 73. RGB value is (120,123,115). Sum of RGB (Red+Green+Blue) = 120+123+115=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 123 - color contains mainly: green. Hex color #787B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B73 is #87848C. Grayscale: #797979. Windows color (decimal): -8881293 or 7568248. OLE color: 7568248.

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

Color convert

RGB 120 123 115 -
CMYK 0.02 0 0.07 0.52
HSL 82.5º 0.03% 0.47% -
HSV(B) 82.5º 0.07% 0.48% -
XYZ 17.92 19.4 19.02 -
YUV 121.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 120 123 115 0.02 0 0.07 0.52 82.5 0.03 0.47
Hex 78 7B 73 2 0 7 34 52 3 2F
Octal 170 173 163 2 0 7 64 122 3 57
Binary 1111000 1111011 1110011 10 0 111 110100 1010010 11 101111

Color Harmonies of #787B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787B73

Black with #787B73

Text Example


Text Example

White with #787B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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