Html Css Color HEX #757C68 Gunsmoke

📋 copy color: '#757C68'

red 117 ◦ green 124 ◦ blue 104

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

Shades of Gunsmoke #757C68

Tints of Gunsmoke #757C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 33.91%
G = 35.94%
B = 30.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#757C68 (or 0x757C68) is known color: Gunsmoke. HEX triplet: 75, 7C and 68. RGB value is (117,124,104). Sum of RGB (Red+Green+Blue) = 117+124+104=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #757C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C68 is #8A8397. Grayscale: #777777. Windows color (decimal): -9077656 or 6847605. OLE color: 6847605.

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

Color convert

RGB 117 124 104 -
CMYK 0.06 0 0.16 0.51
HSL 81º 0.09% 0.45% -
HSV(B) 81º 0.16% 0.49% -
XYZ 17.04 19.2 15.9 -
YUV 119.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 117 124 104 0.06 0 0.16 0.51 81 0.09 0.45
Hex 75 7C 68 6 0 10 33 51 9 2D
Octal 165 174 150 6 0 20 63 121 11 55
Binary 1110101 1111100 1101000 110 0 10000 110011 1010001 1001 101101

Color Harmonies of #757C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C68

Black with #757C68

Text Example


Text Example

White with #757C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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