#888075

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

Shades of Schooner #888075

Tints of Schooner #888075

Color information

#888075 (or 0x888075) is unknown color: approx Schooner. HEX triplet: 88, 80 and 75. RGB value is (136,128,117). Sum of RGB (Red+Green+Blue) = 136+128+117=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888075 is #777F8A. Grayscale: #818181. Windows color (decimal): -7831435 or 7700616. OLE color: 7700616.

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

Color convert

RGB136128117-
CMYK00.060.140.47
HSL34.74º7.51%49.61%-
HSV(B)34.74º13.97%53.33%-
XYZ21.0821.9619.96-
YUV129.14121.15132.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=35.70%
G=33.60%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612811700.060.140.4734.747.5149.61
Hex88807506E2F23832
Octal210200165061657431062
Binary10001000100000001110101011011101011111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888075; }

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

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

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

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

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

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

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

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