#88847D

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

Shades of Schooner #88847D

Tints of Schooner #88847D

Color information

#88847D (or 0x88847D) is unknown color: approx Schooner. HEX triplet: 88, 84 and 7D. RGB value is (136,132,125). Sum of RGB (Red+Green+Blue) = 136+132+125=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88847D is #777B82. Grayscale: #848484. Windows color (decimal): -7830403 or 8225928. OLE color: 8225928.

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

Color convert

RGB136132125-
CMYK00.030.080.47
HSL38.18º4.42%51.18%-
HSV(B)38.18º8.09%53.33%-
XYZ22.1123.2222.72-
YUV132.4123.83130.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=34.61%
G=33.59%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212500.030.080.4738.184.4251.18
Hex88847D0382F26433
Octal21020417503105746463
Binary100010001000010011111010111000101111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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