#8C8781

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

Shades of Schooner #8C8781

Tints of Schooner #8C8781

Color information

#8C8781 (or 0x8C8781) is unknown color: approx Schooner. HEX triplet: 8C, 87 and 81. RGB value is (140,135,129). Sum of RGB (Red+Green+Blue) = 140+135+129=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8781 is #73787E. Grayscale: #878787. Windows color (decimal): -7567487 or 8488844. OLE color: 8488844.

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

Color convert

RGB140135129-
CMYK00.040.080.45
HSL32.73º4.56%52.75%-
HSV(B)32.73º7.86%54.9%-
XYZ23.4424.4924.26-
YUV135.81124.16130.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=34.65%
G=33.42%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013512900.040.080.4532.734.5652.75
Hex8C87810482D21535
Octal21420720104105541565
Binary10001100100001111000000101001000101101100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,129); }

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

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

 a { background-color: rgb(140,135,129); }

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

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

 span { border-color: rgb(140,135,129); }

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