#88827B

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

Shades of Schooner #88827B

Tints of Schooner #88827B

Color information

#88827B (or 0x88827B) is unknown color: approx Schooner. HEX triplet: 88, 82 and 7B. RGB value is (136,130,123). Sum of RGB (Red+Green+Blue) = 136+130+123=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #88827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88827B is #777D84. Grayscale: #838383. Windows color (decimal): -7830917 or 8094344. OLE color: 8094344.

HSL color Cylindrical-coordinate representation of color #88827B: hue angle of 32.31º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88827B is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136130123-
CMYK00.040.100.47
HSL32.31º5.18%50.78%-
HSV(B)32.31º9.56%53.33%-
XYZ21.7122.6321.96-
YUV131123.49131.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=34.96%
G=33.42%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613012300.040.100.4732.315.1850.78
Hex88827B04A2F20533
Octal21020217304125740563
Binary1000100010000010111101101001010101111100000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88827B; }

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

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

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

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

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

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

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

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