#8A8279

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

Shades of Schooner #8A8279

Tints of Schooner #8A8279

Color information

#8A8279 (or 0x8A8279) is unknown color: approx Schooner. HEX triplet: 8A, 82 and 79. RGB value is (138,130,121). Sum of RGB (Red+Green+Blue) = 138+130+121=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8279 is #757D86. Grayscale: #838383. Windows color (decimal): -7699847 or 7963274. OLE color: 7963274.

HSL color Cylindrical-coordinate representation of color #8A8279: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8279 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB138130121-
CMYK00.060.120.46
HSL31.76º6.77%50.78%-
HSV(B)31.76º12.32%54.12%-
XYZ21.9222.7521.33-
YUV131.37122.15132.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=35.48%
G=33.42%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813012100.060.120.4631.766.7750.78
Hex8A827906C2E20733
Octal21220217106145640763
Binary1000101010000010111100101101100101110100000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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