#8C8883

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

Shades of Schooner #8C8883

Tints of Schooner #8C8883

Color information

#8C8883 (or 0x8C8883) is unknown color: approx Schooner. HEX triplet: 8C, 88 and 83. RGB value is (140,136,131). Sum of RGB (Red+Green+Blue) = 140+136+131=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8883 is #73777C. Grayscale: #888888. Windows color (decimal): -7567229 or 8620172. OLE color: 8620172.

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

Color convert

RGB140136131-
CMYK00.030.060.45
HSL33.33º3.77%53.14%-
HSV(B)33.33º6.43%54.9%-
XYZ23.7224.8225.01-
YUV136.63124.83130.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=34.40%
G=33.42%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013613100.030.060.4533.333.7753.14
Hex8C88830362D21435
Octal2142102030365541465
Binary100011001000100010000011011110101101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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