Html Css Color HEX #7C8077 Gunsmoke

📋 copy color: '#7C8077'

red 124 ◦ green 128 ◦ blue 119

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

Shades of Gunsmoke #7C8077

Tints of Gunsmoke #7C8077

RGB

 RED value IS 124 (48.83% from 255) = 33.42%

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 33.42%
G = 34.5%
B = 32.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7C8077 (or 0x7C8077) is known color: Gunsmoke. HEX triplet: 7C, 80 and 77. RGB value is (124,128,119). Sum of RGB (Red+Green+Blue) = 124+128+119=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8077 is #837F88. Grayscale: #7D7D7D. Windows color (decimal): -8617865 or 7831676. OLE color: 7831676.

HSL color Cylindrical-coordinate representation of color #7C8077: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8077 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 128 119 -
CMYK 0.03 0 0.07 0.50
HSL 86.67º 0.04% 0.48% -
HSV(B) 86.67º 0.07% 0.5% -
XYZ 19.36 21.06 20.5 -
YUV 125.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 124 128 119 0.03 0 0.07 0.50 86.67 0.04 0.48
Hex 7C 80 77 3 0 7 32 57 4 30
Octal 174 200 167 3 0 7 62 127 4 60
Binary 1111100 10000000 1110111 11 0 111 110010 1010111 100 110000

Color Harmonies of #7C8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8077

Black with #7C8077

Text Example


Text Example

White with #7C8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8077; }

 p { color: rgb(124,128,119); }

 H1.HeaderClassName
 {
   color: #7C8077;
 }
 .AnyTagClassName
 {
   color: #7C8077;
 }
</style>

background-color css

<style>
 a { background-color: #7C8077; }

 a { background-color: rgb(124,128,119); }

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

border-color css

<style>
 span { border-color: #7C8077; }

 span { border-color: rgb(124,128,119); }

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