#8C8377

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

Shades of Schooner #8C8377

Tints of Schooner #8C8377

Color information

#8C8377 (or 0x8C8377) is unknown color: approx Schooner. HEX triplet: 8C, 83 and 77. RGB value is (140,131,119). Sum of RGB (Red+Green+Blue) = 140+131+119=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8377 is #737C88. Grayscale: #848484. Windows color (decimal): -7568521 or 7832460. OLE color: 7832460.

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

Color convert

RGB140131119-
CMYK00.060.150.45
HSL34.29º8.37%50.78%-
HSV(B)34.29º15%54.9%-
XYZ22.2623.1420.75-
YUV132.32120.48133.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=35.90%
G=33.59%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013111900.060.150.4534.298.3750.78
Hex8C837706F2D22833
Octal214203167061755421063
Binary10001100100000111110111011011111011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,119); }

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

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

 a { background-color: rgb(140,131,119); }

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

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

 span { border-color: rgb(140,131,119); }

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