Html Css Color HEX #75786F Gunsmoke

📋 copy color: '#75786F'

red 117 ◦ green 120 ◦ blue 111

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

Shades of Gunsmoke #75786F

Tints of Gunsmoke #75786F

RGB

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

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

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

R = 33.62%
G = 34.48%
B = 31.9%

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

#75786F (or 0x75786F) is known color: Gunsmoke. HEX triplet: 75, 78 and 6F. RGB value is (117,120,111). Sum of RGB (Red+Green+Blue) = 117+120+111=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 120 - color contains mainly: green. Hex color #75786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786F is #8A8790. Grayscale: #767676. Windows color (decimal): -9078673 or 7305333. OLE color: 7305333.

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

Color convert

RGB 117 120 111 -
CMYK 0.02 0 0.08 0.53
HSL 80º 0.04% 0.45% -
HSV(B) 80º 0.07% 0.47% -
XYZ 16.92 18.36 17.69 -
YUV 118.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 117 120 111 0.02 0 0.08 0.53 80 0.04 0.45
Hex 75 78 6F 2 0 8 35 50 4 2D
Octal 165 170 157 2 0 10 65 120 4 55
Binary 1110101 1111000 1101111 10 0 1000 110101 1010000 100 101101

Color Harmonies of #75786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75786F

Black with #75786F

Text Example


Text Example

White with #75786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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