#8B837B

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

Shades of Schooner #8B837B

Tints of Schooner #8B837B

Color information

#8B837B (or 0x8B837B) is unknown color: approx Schooner. HEX triplet: 8B, 83 and 7B. RGB value is (139,131,123). Sum of RGB (Red+Green+Blue) = 139+131+123=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B837B is #747C84. Grayscale: #848484. Windows color (decimal): -7634053 or 8094603. OLE color: 8094603.

HSL color Cylindrical-coordinate representation of color #8B837B: hue angle of 30º degrees, saturation: 0.06, 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 #8B837B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB139131123-
CMYK00.060.120.45
HSL30º6.45%51.37%-
HSV(B)30º11.51%54.51%-
XYZ22.3423.1522.03-
YUV132.48122.65132.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=35.37%
G=33.33%
B=31.30%

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
Decimal13913112300.060.120.45306.4551.37
Hex8B837B06C2D1e633
Octal21320317306145536663
Binary100010111000001111110110110110010110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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