#8A8278

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

Shades of Schooner #8A8278

Tints of Schooner #8A8278

Color information

#8A8278 (or 0x8A8278) is unknown color: approx Schooner. HEX triplet: 8A, 82 and 78. RGB value is (138,130,120). Sum of RGB (Red+Green+Blue) = 138+130+120=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8278 is #757D87. Grayscale: #838383. Windows color (decimal): -7699848 or 7897738. OLE color: 7897738.

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

Color convert

RGB138130120-
CMYK00.060.130.46
HSL33.33º7.14%50.59%-
HSV(B)33.33º13.04%54.12%-
XYZ21.8522.7221-
YUV131.25121.65132.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=35.57%
G=33.51%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813012000.060.130.4633.337.1450.59
Hex8A827806D2E21733
Octal21220217006155641763
Binary1000101010000010111100001101101101110100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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