Html Css Color HEX #75796E Gunsmoke

📋 copy color: '#75796E'

red 117 ◦ green 121 ◦ blue 110

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

Shades of Gunsmoke #75796E

Tints of Gunsmoke #75796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 33.62%
G = 34.77%
B = 31.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#75796E (or 0x75796E) is known color: Gunsmoke. HEX triplet: 75, 79 and 6E. RGB value is (117,121,110). Sum of RGB (Red+Green+Blue) = 117+121+110=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #75796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75796E is #8A8691. Grayscale: #767676. Windows color (decimal): -9078418 or 7240053. OLE color: 7240053.

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

Color convert

RGB 117 121 110 -
CMYK 0.03 0 0.09 0.53
HSL 81.82º 0.05% 0.45% -
HSV(B) 81.82º 0.09% 0.47% -
XYZ 16.99 18.58 17.44 -
YUV 118.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 117 121 110 0.03 0 0.09 0.53 81.82 0.05 0.45
Hex 75 79 6E 3 0 9 35 52 5 2D
Octal 165 171 156 3 0 11 65 122 5 55
Binary 1110101 1111001 1101110 11 0 1001 110101 1010010 101 101101

Color Harmonies of #75796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75796E

Black with #75796E

Text Example


Text Example

White with #75796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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