Html Css Color HEX #75796F Gunsmoke

📋 copy color: '#75796F'

red 117 ◦ green 121 ◦ blue 111

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

Shades of Gunsmoke #75796F

Tints of Gunsmoke #75796F

RGB

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

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

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

R = 33.52%
G = 34.67%
B = 31.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#75796F (or 0x75796F) is known color: Gunsmoke. HEX triplet: 75, 79 and 6F. RGB value is (117,121,111). Sum of RGB (Red+Green+Blue) = 117+121+111=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #75796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75796F is #8A8690. Grayscale: #767676. Windows color (decimal): -9078417 or 7305589. OLE color: 7305589.

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

Color convert

RGB 117 121 111 -
CMYK 0.03 0 0.08 0.53
HSL 84º 0.04% 0.45% -
HSV(B) 84º 0.08% 0.47% -
XYZ 17.04 18.6 17.73 -
YUV 118.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 117 121 111 0.03 0 0.08 0.53 84 0.04 0.45
Hex 75 79 6F 3 0 8 35 54 4 2D
Octal 165 171 157 3 0 10 65 124 4 55
Binary 1110101 1111001 1101111 11 0 1000 110101 1010100 100 101101

Color Harmonies of #75796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75796F

Black with #75796F

Text Example


Text Example

White with #75796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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