#8C847D

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

Shades of Schooner #8C847D

Tints of Schooner #8C847D

Color information

#8C847D (or 0x8C847D) is unknown color: approx Schooner. HEX triplet: 8C, 84 and 7D. RGB value is (140,132,125). Sum of RGB (Red+Green+Blue) = 140+132+125=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C847D is #737B82. Grayscale: #858585. Windows color (decimal): -7568259 or 8225932. OLE color: 8225932.

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

Color convert

RGB140132125-
CMYK00.060.110.45
HSL28º6.12%51.96%-
HSV(B)28º10.71%54.9%-
XYZ22.7723.5622.75-
YUV133.59123.15132.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=35.26%
G=33.25%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013212500.060.110.45286.1251.96
Hex8C847D06B2D1c634
Octal21420417506135534664
Binary100011001000010011111010110101110110111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,132,125); }

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

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

 a { background-color: rgb(140,132,125); }

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

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

 span { border-color: rgb(140,132,125); }

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