Html Css Color HEX #75786E Gunsmoke

📋 copy color: '#75786E'

red 117 ◦ green 120 ◦ blue 110

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

Shades of Gunsmoke #75786E

Tints of Gunsmoke #75786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 33.72%
G = 34.58%
B = 31.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#75786E (or 0x75786E) is known color: Gunsmoke. HEX triplet: 75, 78 and 6E. RGB value is (117,120,110). Sum of RGB (Red+Green+Blue) = 117+120+110=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #75786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786E is #8A8791. Grayscale: #767676. Windows color (decimal): -9078674 or 7239797. OLE color: 7239797.

HSL color Cylindrical-coordinate representation of color #75786E: hue angle of 78º 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 #75786E is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 110 -
CMYK 0.02 0 0.08 0.53
HSL 78º 0.04% 0.45% -
HSV(B) 78º 0.08% 0.47% -
XYZ 16.87 18.34 17.4 -
YUV 117.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 117 120 110 0.02 0 0.08 0.53 78 0.04 0.45
Hex 75 78 6E 2 0 8 35 4E 4 2D
Octal 165 170 156 2 0 10 65 116 4 55
Binary 1110101 1111000 1101110 10 0 1000 110101 1001110 100 101101

Color Harmonies of #75786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75786E

Black with #75786E

Text Example


Text Example

White with #75786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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