#8B8885

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

Shades of Schooner #8B8885

Tints of Schooner #8B8885

Color information

#8B8885 (or 0x8B8885) is unknown color: approx Schooner. HEX triplet: 8B, 88 and 85. RGB value is (139,136,133). Sum of RGB (Red+Green+Blue) = 139+136+133=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8885 is #74777A. Grayscale: #888888. Windows color (decimal): -7632763 or 8751243. OLE color: 8751243.

HSL color Cylindrical-coordinate representation of color #8B8885: hue angle of 30º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8885 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB139136133-
CMYK00.020.040.45
HSL30º2.52%53.33%-
HSV(B)30º4.32%54.51%-
XYZ23.6924.7925.73-
YUV136.56125.99129.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=34.07%
G=33.33%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913613300.020.040.45302.5253.33
Hex8B88850242D1e335
Octal2132102050245536365
Binary1000101110001000100001010101001011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,133); }

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

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

 a { background-color: rgb(139,136,133); }

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

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

 span { border-color: rgb(139,136,133); }

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