#88847F

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

Shades of Schooner #88847F

Tints of Schooner #88847F

Color information

#88847F (or 0x88847F) is unknown color: approx Schooner. HEX triplet: 88, 84 and 7F. RGB value is (136,132,127). Sum of RGB (Red+Green+Blue) = 136+132+127=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847F is #777B80. Grayscale: #848484. Windows color (decimal): -7830401 or 8357000. OLE color: 8357000.

HSL color Cylindrical-coordinate representation of color #88847F: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88847F is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136132127-
CMYK00.030.070.47
HSL33.33º3.64%51.57%-
HSV(B)33.33º6.62%53.33%-
XYZ22.2423.2723.4-
YUV132.63124.83130.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 127 (50% from 255) = 32.15%
R=34.43%
G=33.42%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212700.030.070.4733.333.6451.57
Hex88847F0372F21434
Octal2102041770375741464
Binary10001000100001001111111011111101111100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88847F; }

 p { color: rgb(136,132,127); }

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

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

 a { background-color: rgb(136,132,127); }

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

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

 span { border-color: rgb(136,132,127); }

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