#88807F

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

Shades of Suva Grey #88807F

Tints of Suva Grey #88807F

Color information

#88807F (or 0x88807F) is unknown color: approx Suva Grey. HEX triplet: 88, 80 and 7F. RGB value is (136,128,127). Sum of RGB (Red+Green+Blue) = 136+128+127=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807F is #777F80. Grayscale: #828282. Windows color (decimal): -7831425 or 8355976. OLE color: 8355976.

HSL color Cylindrical-coordinate representation of color #88807F: hue angle of 6.67º 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 #88807F is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136128127-
CMYK00.060.070.47
HSL6.67º3.64%51.57%-
HSV(B)6.67º6.62%53.33%-
XYZ21.722.223.22-
YUV130.28126.15132.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 127 (50% from 255) = 32.48%
R=34.78%
G=32.74%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612812700.060.070.476.673.6451.57
Hex88807F0672F7434
Octal210200177067577464
Binary100010001000000011111110110111101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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