#8B8072

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

Shades of Schooner #8B8072

Tints of Schooner #8B8072

Color information

#8B8072 (or 0x8B8072) is unknown color: approx Schooner. HEX triplet: 8B, 80 and 72. RGB value is (139,128,114). Sum of RGB (Red+Green+Blue) = 139+128+114=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8072 is #747F8D. Grayscale: #818181. Windows color (decimal): -7634830 or 7504011. OLE color: 7504011.

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

Color convert

RGB139128114-
CMYK00.080.180.45
HSL33.6º9.88%49.61%-
HSV(B)33.6º17.99%54.51%-
XYZ21.422.1419.07-
YUV129.69119.14134.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=36.48%
G=33.60%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912811400.080.180.4533.69.8849.61
Hex8B807208122D22a32
Octal2132001620102255421262
Binary1000101110000000111001001000100101011011000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,114); }

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

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

 a { background-color: rgb(139,128,114); }

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

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

 span { border-color: rgb(139,128,114); }

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