#8B8782

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

Shades of Schooner #8B8782

Tints of Schooner #8B8782

Color information

#8B8782 (or 0x8B8782) is unknown color: approx Schooner. HEX triplet: 8B, 87 and 82. RGB value is (139,135,130). Sum of RGB (Red+Green+Blue) = 139+135+130=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8782 is #74787D. Grayscale: #878787. Windows color (decimal): -7633022 or 8554379. OLE color: 8554379.

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

Color convert

RGB139135130-
CMYK00.030.060.45
HSL33.33º3.73%52.75%-
HSV(B)33.33º6.47%54.51%-
XYZ23.3424.4324.6-
YUV135.63124.83130.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=34.41%
G=33.42%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913513000.030.060.4533.333.7352.75
Hex8B87820362D21435
Octal2132072020365541465
Binary100010111000011110000010011110101101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,130); }

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

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

 a { background-color: rgb(139,135,130); }

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

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

 span { border-color: rgb(139,135,130); }

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