#888279

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

Shades of Schooner #888279

Tints of Schooner #888279

Color information

#888279 (or 0x888279) is unknown color: approx Schooner. HEX triplet: 88, 82 and 79. RGB value is (136,130,121). Sum of RGB (Red+Green+Blue) = 136+130+121=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888279 is #777D86. Grayscale: #828282. Windows color (decimal): -7830919 or 7963272. OLE color: 7963272.

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

Color convert

RGB136130121-
CMYK00.040.110.47
HSL36º5.93%50.39%-
HSV(B)36º11.03%53.33%-
XYZ21.5922.5821.31-
YUV130.77122.49131.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=35.14%
G=33.59%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613012100.040.110.47365.9350.39
Hex88827904B2F24632
Octal21020217104135744662
Binary1000100010000010111100101001011101111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888279; }

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

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

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

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

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

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

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

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