#868C75

Color #868C75 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #868C75

Tints of Gunsmoke #868C75

Color information

#868C75 (or 0x868C75) is unknown color: approx Gunsmoke. HEX triplet: 86, 8C and 75. RGB value is (134,140,117). Sum of RGB (Red+Green+Blue) = 134+140+117=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #868C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C75 is #79738A. Grayscale: #878787. Windows color (decimal): -7959435 or 7703686. OLE color: 7703686.

HSL color Cylindrical-coordinate representation of color #868C75: hue angle of 75.65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868C75 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB134140117-
CMYK0.0400.160.45
HSL75.65º9.09%50.39%-
HSV(B)75.65º16.43%54.9%-
XYZ22.4225.1120.49-
YUV135.58117.51126.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=34.27%
G=35.81%
B=29.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401170.0400.160.4575.659.0950.39
Hex868C7540102D4c932
Octal2062141654020551141162
Binary1000011010001100111010110001000010110110011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868C75; }

 p { color: rgb(134,140,117); }

 H1.HeaderClassName
 {
   color: #868C75;
 }
 .AnyTagClassName
 {
   color: #868C75;
 }
</style>
background-color css

<style>
 a { background-color: #868C75; }

 a { background-color: rgb(134,140,117); }

 div.DivClassName
 {
   background-color: #868C75;
 }
 .BgClassName
 {
   background-color: #868C75;
 }
</style>
border-color css

<style>
 span { border-color: #868C75; }

 span { border-color: rgb(134,140,117); }

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