Html Css Color HEX #7C7F79 Gunsmoke

📋 copy color: '#7C7F79'

red 124 ◦ green 127 ◦ blue 121

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

Shades of Gunsmoke #7C7F79

Tints of Gunsmoke #7C7F79

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

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

R = 33.33%
G = 34.14%
B = 32.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7C7F79 (or 0x7C7F79) is known color: Gunsmoke. HEX triplet: 7C, 7F and 79. RGB value is (124,127,121). Sum of RGB (Red+Green+Blue) = 124+127+121=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F79 is #838086. Grayscale: #7D7D7D. Windows color (decimal): -8618119 or 7962492. OLE color: 7962492.

HSL color Cylindrical-coordinate representation of color #7C7F79: hue angle of 90º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C7F79 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 127 121 -
CMYK 0.02 0 0.05 0.50
HSL 90º 0.02% 0.49% -
HSV(B) 90º 0.05% 0.5% -
XYZ 19.35 20.84 21.09 -
YUV 125.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 124 127 121 0.02 0 0.05 0.50 90 0.02 0.49
Hex 7C 7F 79 2 0 5 32 5A 2 31
Octal 174 177 171 2 0 5 62 132 2 61
Binary 1111100 1111111 1111001 10 0 101 110010 1011010 10 110001

Color Harmonies of #7C7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F79

Black with #7C7F79

Text Example


Text Example

White with #7C7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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