#8A8378

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

Shades of Schooner #8A8378

Tints of Schooner #8A8378

Color information

#8A8378 (or 0x8A8378) is unknown color: approx Schooner. HEX triplet: 8A, 83 and 78. RGB value is (138,131,120). Sum of RGB (Red+Green+Blue) = 138+131+120=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8378 is #757C87. Grayscale: #838383. Windows color (decimal): -7699592 or 7897994. OLE color: 7897994.

HSL color Cylindrical-coordinate representation of color #8A8378: hue angle of 36.67º 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 #8A8378 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB138131120-
CMYK00.050.130.46
HSL36.67º7.14%50.59%-
HSV(B)36.67º13.04%54.12%-
XYZ21.9922.9921.05-
YUV131.84121.32132.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=35.48%
G=33.68%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813112000.050.130.4636.677.1450.59
Hex8A837805D2E25733
Octal21220317005155645763
Binary1000101010000011111100001011101101110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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