#8B837A

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

Shades of Schooner #8B837A

Tints of Schooner #8B837A

Color information

#8B837A (or 0x8B837A) is unknown color: approx Schooner. HEX triplet: 8B, 83 and 7A. RGB value is (139,131,122). Sum of RGB (Red+Green+Blue) = 139+131+122=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B837A is #747C85. Grayscale: #848484. Windows color (decimal): -7634054 or 8029067. OLE color: 8029067.

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

Color convert

RGB139131122-
CMYK00.060.120.45
HSL31.76º6.83%51.18%-
HSV(B)31.76º12.23%54.51%-
XYZ22.2823.1321.7-
YUV132.37122.15132.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=35.46%
G=33.42%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913112200.060.120.4531.766.8351.18
Hex8B837A06C2D20733
Octal21320317206145540763
Binary1000101110000011111101001101100101101100000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,122); }

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

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

 a { background-color: rgb(139,131,122); }

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

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

 span { border-color: rgb(139,131,122); }

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