#888074

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

Shades of Schooner #888074

Tints of Schooner #888074

Color information

#888074 (or 0x888074) is unknown color: approx Schooner. HEX triplet: 88, 80 and 74. RGB value is (136,128,116). Sum of RGB (Red+Green+Blue) = 136+128+116=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #888074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888074 is #777F8B. Grayscale: #818181. Windows color (decimal): -7831436 or 7635080. OLE color: 7635080.

HSL color Cylindrical-coordinate representation of color #888074: hue angle of 36º 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 #888074 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136128116-
CMYK00.060.150.47
HSL36º7.94%49.41%-
HSV(B)36º14.71%53.33%-
XYZ21.0221.9319.65-
YUV129.02120.65132.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=35.79%
G=33.68%
B=30.53%

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
Decimal13612811600.060.150.47367.9449.41
Hex88807406F2F24831
Octal210200164061757441061
Binary10001000100000001110100011011111011111001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888074; }

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

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

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

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

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

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

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

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