Html Css Color HEX #757C64 Gunsmoke

📋 copy color: '#757C64'

red 117 ◦ green 124 ◦ blue 100

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

Shades of Gunsmoke #757C64

Tints of Gunsmoke #757C64

RGB

 RED value IS 117 (46.09% from 255) = 34.31%

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 34.31%
G = 36.36%
B = 29.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#757C64 (or 0x757C64) is known color: Gunsmoke. HEX triplet: 75, 7C and 64. RGB value is (117,124,100). Sum of RGB (Red+Green+Blue) = 117+124+100=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #757C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C64 is #8A839B. Grayscale: #777777. Windows color (decimal): -9077660 or 6585461. OLE color: 6585461.

HSL color Cylindrical-coordinate representation of color #757C64: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757C64 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 100 -
CMYK 0.06 0 0.19 0.51
HSL 77.5º 0.11% 0.44% -
HSV(B) 77.5º 0.19% 0.49% -
XYZ 16.84 19.12 14.86 -
YUV 119.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 117 124 100 0.06 0 0.19 0.51 77.5 0.11 0.44
Hex 75 7C 64 6 0 13 33 4E B 2C
Octal 165 174 144 6 0 23 63 116 13 54
Binary 1110101 1111100 1100100 110 0 10011 110011 1001110 1011 101100

Color Harmonies of #757C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C64

Black with #757C64

Text Example


Text Example

White with #757C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C64; }

 p { color: rgb(117,124,100); }

 H1.HeaderClassName
 {
   color: #757C64;
 }
 .AnyTagClassName
 {
   color: #757C64;
 }
</style>

background-color css

<style>
 a { background-color: #757C64; }

 a { background-color: rgb(117,124,100); }

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

border-color css

<style>
 span { border-color: #757C64; }

 span { border-color: rgb(117,124,100); }

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