Html Css Color HEX #757673 Gunsmoke

📋 copy color: '#757673'

red 117 ◦ green 118 ◦ blue 115

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

Shades of Gunsmoke #757673

Tints of Gunsmoke #757673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 33.43%
G = 33.71%
B = 32.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#757673 (or 0x757673) is known color: Gunsmoke. HEX triplet: 75, 76 and 73. RGB value is (117,118,115). Sum of RGB (Red+Green+Blue) = 117+118+115=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 118 - color contains mainly: green. Hex color #757673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757673 is #8A898C. Grayscale: #757575. Windows color (decimal): -9079181 or 7566965. OLE color: 7566965.

HSL color Cylindrical-coordinate representation of color #757673: hue angle of 80º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757673 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 115 -
CMYK 0.01 0 0.03 0.54
HSL 80º 0.01% 0.46% -
HSV(B) 80º 0.03% 0.46% -
XYZ 16.91 17.98 18.8 -
YUV 117.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 117 118 115 0.01 0 0.03 0.54 80 0.01 0.46
Hex 75 76 73 1 0 3 36 50 1 2E
Octal 165 166 163 1 0 3 66 120 1 56
Binary 1110101 1110110 1110011 1 0 11 110110 1010000 1 101110

Color Harmonies of #757673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757673

Black with #757673

Text Example


Text Example

White with #757673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757673; }

 p { color: rgb(117,118,115); }

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

background-color css

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

 a { background-color: rgb(117,118,115); }

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

border-color css

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

 span { border-color: rgb(117,118,115); }

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