Html Css Color HEX #7C7D79 Gunsmoke

📋 copy color: '#7C7D79'

red 124 ◦ green 125 ◦ blue 121

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

Shades of Gunsmoke #7C7D79

Tints of Gunsmoke #7C7D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 33.51%
G = 33.78%
B = 32.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7C7D79 (or 0x7C7D79) is known color: Gunsmoke. HEX triplet: 7C, 7D and 79. RGB value is (124,125,121). Sum of RGB (Red+Green+Blue) = 124+125+121=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7D79 is #838286. Grayscale: #7C7C7C. Windows color (decimal): -8618631 or 7961980. OLE color: 7961980.

HSL color Cylindrical-coordinate representation of color #7C7D79: hue angle of 75º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7C7D79 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 125 121 -
CMYK 0.01 0 0.03 0.51
HSL 75º 0.02% 0.48% -
HSV(B) 75º 0.03% 0.49% -
XYZ 19.1 20.33 21.01 -
YUV 124.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 124 125 121 0.01 0 0.03 0.51 75 0.02 0.48
Hex 7C 7D 79 1 0 3 33 4B 2 30
Octal 174 175 171 1 0 3 63 113 2 60
Binary 1111100 1111101 1111001 1 0 11 110011 1001011 10 110000

Color Harmonies of #7C7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7D79

Black with #7C7D79

Text Example


Text Example

White with #7C7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,125,121); }

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

background-color css

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

 a { background-color: rgb(124,125,121); }

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

border-color css

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

 span { border-color: rgb(124,125,121); }

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