#8B8177

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

Shades of Schooner #8B8177

Tints of Schooner #8B8177

Color information

#8B8177 (or 0x8B8177) is unknown color: approx Schooner. HEX triplet: 8B, 81 and 77. RGB value is (139,129,119). Sum of RGB (Red+Green+Blue) = 139+129+119=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8177 is #747E88. Grayscale: #828282. Windows color (decimal): -7634569 or 7831947. OLE color: 7831947.

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

Color convert

RGB139129119-
CMYK00.070.140.45
HSL30º7.94%50.59%-
HSV(B)30º14.39%54.51%-
XYZ21.8322.5220.65-
YUV130.85121.31133.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=35.92%
G=33.33%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912911900.070.140.45307.9450.59
Hex8B817707E2D1e833
Octal213201167071655361063
Binary1000101110000001111011101111110101101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,119); }

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

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

 a { background-color: rgb(139,129,119); }

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

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

 span { border-color: rgb(139,129,119); }

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