Html Css Color HEX #757C67 Gunsmoke

📋 copy color: '#757C67'

red 117 ◦ green 124 ◦ blue 103

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

Shades of Gunsmoke #757C67

Tints of Gunsmoke #757C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 34.01%
G = 36.05%
B = 29.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#757C67 (or 0x757C67) is known color: Gunsmoke. HEX triplet: 75, 7C and 67. RGB value is (117,124,103). Sum of RGB (Red+Green+Blue) = 117+124+103=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #757C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C67 is #8A8398. Grayscale: #777777. Windows color (decimal): -9077657 or 6782069. OLE color: 6782069.

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

Color convert

RGB 117 124 103 -
CMYK 0.06 0 0.17 0.51
HSL 80º 0.09% 0.45% -
HSV(B) 80º 0.17% 0.49% -
XYZ 16.99 19.18 15.64 -
YUV 119.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 117 124 103 0.06 0 0.17 0.51 80 0.09 0.45
Hex 75 7C 67 6 0 11 33 50 9 2D
Octal 165 174 147 6 0 21 63 120 11 55
Binary 1110101 1111100 1100111 110 0 10001 110011 1010000 1001 101101

Color Harmonies of #757C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C67

Black with #757C67

Text Example


Text Example

White with #757C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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