#8C837A

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

Shades of Schooner #8C837A

Tints of Schooner #8C837A

Color information

#8C837A (or 0x8C837A) is unknown color: approx Schooner. HEX triplet: 8C, 83 and 7A. RGB value is (140,131,122). Sum of RGB (Red+Green+Blue) = 140+131+122=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C837A is #737C85. Grayscale: #848484. Windows color (decimal): -7568518 or 8029068. OLE color: 8029068.

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

Color convert

RGB140131122-
CMYK00.060.130.45
HSL30º7.26%51.37%-
HSV(B)30º12.86%54.9%-
XYZ22.4423.2121.71-
YUV132.66121.98133.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=35.62%
G=33.33%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112200.060.130.45307.2651.37
Hex8C837A06D2D1e733
Octal21420317206155536763
Binary100011001000001111110100110110110110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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