#88807E

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

Shades of Suva Grey #88807E

Tints of Suva Grey #88807E

Color information

#88807E (or 0x88807E) is unknown color: approx Suva Grey. HEX triplet: 88, 80 and 7E. RGB value is (136,128,126). Sum of RGB (Red+Green+Blue) = 136+128+126=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #88807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807E is #777F81. Grayscale: #828282. Windows color (decimal): -7831426 or 8290440. OLE color: 8290440.

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

Color convert

RGB136128126-
CMYK00.060.070.47
HSL12º4.03%51.37%-
HSV(B)12º7.35%53.33%-
XYZ21.6422.1822.88-
YUV130.16125.65132.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=34.87%
G=32.82%
B=32.31%

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
Decimal13612812600.060.070.47124.0351.37
Hex88807E0672Fc433
Octal2102001760675714463
Binary1000100010000000111111001101111011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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