Html Css Color HEX #757A6F Gunsmoke

📋 copy color: '#757A6F'

red 117 ◦ green 122 ◦ blue 111

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

Shades of Gunsmoke #757A6F

Tints of Gunsmoke #757A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 33.43%
G = 34.86%
B = 31.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#757A6F (or 0x757A6F) is known color: Gunsmoke. HEX triplet: 75, 7A and 6F. RGB value is (117,122,111). Sum of RGB (Red+Green+Blue) = 117+122+111=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #757A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A6F is #8A8590. Grayscale: #777777. Windows color (decimal): -9078161 or 7305845. OLE color: 7305845.

HSL color Cylindrical-coordinate representation of color #757A6F: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #757A6F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 111 -
CMYK 0.04 0 0.09 0.52
HSL 87.27º 0.05% 0.46% -
HSV(B) 87.27º 0.09% 0.48% -
XYZ 17.16 18.85 17.77 -
YUV 119.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 117 122 111 0.04 0 0.09 0.52 87.27 0.05 0.46
Hex 75 7A 6F 4 0 9 34 57 5 2E
Octal 165 172 157 4 0 11 64 127 5 56
Binary 1110101 1111010 1101111 100 0 1001 110100 1010111 101 101110

Color Harmonies of #757A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A6F

Black with #757A6F

Text Example


Text Example

White with #757A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,122,111); }

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

background-color css

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

 a { background-color: rgb(117,122,111); }

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

border-color css

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

 span { border-color: rgb(117,122,111); }

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