#8C8279

Color #8C8279 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8C8279

Tints of Schooner #8C8279

Color information

#8C8279 (or 0x8C8279) is unknown color: approx Schooner. HEX triplet: 8C, 82 and 79. RGB value is (140,130,121). Sum of RGB (Red+Green+Blue) = 140+130+121=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8279 is #737D86. Grayscale: #848484. Windows color (decimal): -7568775 or 7963276. OLE color: 7963276.

HSL color Cylindrical-coordinate representation of color #8C8279: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8279 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB140130121-
CMYK00.070.140.45
HSL28.42º7.63%51.18%-
HSV(B)28.42º13.57%54.9%-
XYZ22.2522.9221.34-
YUV131.96121.81133.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=35.81%
G=33.25%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013012100.070.140.4528.427.6351.18
Hex8C827907E2D1c833
Octal214202171071655341063
Binary1000110010000010111100101111110101101111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8279; }

 p { color: rgb(140,130,121); }

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

<style>
 a { background-color: #8C8279; }

 a { background-color: rgb(140,130,121); }

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

<style>
 span { border-color: #8C8279; }

 span { border-color: rgb(140,130,121); }

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