Html Css Color HEX #75796C Gunsmoke

📋 copy color: '#75796C'

red 117 ◦ green 121 ◦ blue 108

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

Shades of Gunsmoke #75796C

Tints of Gunsmoke #75796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 33.82%
G = 34.97%
B = 31.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#75796C (or 0x75796C) is known color: Gunsmoke. HEX triplet: 75, 79 and 6C. RGB value is (117,121,108). Sum of RGB (Red+Green+Blue) = 117+121+108=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #75796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75796C is #8A8693. Grayscale: #767676. Windows color (decimal): -9078420 or 7108981. OLE color: 7108981.

HSL color Cylindrical-coordinate representation of color #75796C: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75796C is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 108 -
CMYK 0.03 0 0.11 0.53
HSL 78.46º 0.06% 0.45% -
HSV(B) 78.46º 0.11% 0.47% -
XYZ 16.88 18.54 16.88 -
YUV 118.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 117 121 108 0.03 0 0.11 0.53 78.46 0.06 0.45
Hex 75 79 6C 3 0 B 35 4E 6 2D
Octal 165 171 154 3 0 13 65 116 6 55
Binary 1110101 1111001 1101100 11 0 1011 110101 1001110 110 101101

Color Harmonies of #75796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75796C

Black with #75796C

Text Example


Text Example

White with #75796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75796C; }

 p { color: rgb(117,121,108); }

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

background-color css

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

 a { background-color: rgb(117,121,108); }

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

border-color css

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

 span { border-color: rgb(117,121,108); }

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