#8C8277

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

Shades of Schooner #8C8277

Tints of Schooner #8C8277

Color information

#8C8277 (or 0x8C8277) is unknown color: approx Schooner. HEX triplet: 8C, 82 and 77. RGB value is (140,130,119). Sum of RGB (Red+Green+Blue) = 140+130+119=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8277 is #737D88. Grayscale: #838383. Windows color (decimal): -7568777 or 7832204. OLE color: 7832204.

HSL color Cylindrical-coordinate representation of color #8C8277: hue angle of 31.43º 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 #8C8277 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB140130119-
CMYK00.070.150.45
HSL31.43º8.37%50.78%-
HSV(B)31.43º15%54.9%-
XYZ22.1322.8720.7-
YUV131.74120.81133.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=35.99%
G=33.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013011900.070.150.4531.438.3750.78
Hex8C827707F2D1f833
Octal214202167071755371063
Binary1000110010000010111011101111111101101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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