#888278

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

Shades of Schooner #888278

Tints of Schooner #888278

Color information

#888278 (or 0x888278) is unknown color: approx Schooner. HEX triplet: 88, 82 and 78. RGB value is (136,130,120). Sum of RGB (Red+Green+Blue) = 136+130+120=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888278 is #777D87. Grayscale: #828282. Windows color (decimal): -7830920 or 7897736. OLE color: 7897736.

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

Color convert

RGB136130120-
CMYK00.040.120.47
HSL37.5º6.3%50.2%-
HSV(B)37.5º11.76%53.33%-
XYZ21.5322.5620.99-
YUV130.65121.99131.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=35.23%
G=33.68%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613012000.040.120.4737.56.350.2
Hex88827804C2F26632
Octal21020217004145746662
Binary1000100010000010111100001001100101111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888278; }

 p { color: rgb(136,130,120); }

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

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

 a { background-color: rgb(136,130,120); }

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

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

 span { border-color: rgb(136,130,120); }

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