#888073

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

Shades of Schooner #888073

Tints of Schooner #888073

Color information

#888073 (or 0x888073) is unknown color: approx Schooner. HEX triplet: 88, 80 and 73. RGB value is (136,128,115). Sum of RGB (Red+Green+Blue) = 136+128+115=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #888073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888073 is #777F8C. Grayscale: #808080. Windows color (decimal): -7831437 or 7569544. OLE color: 7569544.

HSL color Cylindrical-coordinate representation of color #888073: hue angle of 37.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888073 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136128115-
CMYK00.060.150.47
HSL37.14º8.37%49.22%-
HSV(B)37.14º15.44%53.33%-
XYZ20.9721.9119.34-
YUV128.91120.15133.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=35.88%
G=33.77%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612811500.060.150.4737.148.3749.22
Hex88807306F2F25831
Octal210200163061757451061
Binary10001000100000001110011011011111011111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888073; }

 p { color: rgb(136,128,115); }

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

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

 a { background-color: rgb(136,128,115); }

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

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

 span { border-color: rgb(136,128,115); }

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