#88817F

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

Shades of Suva Grey #88817F

Tints of Suva Grey #88817F

Color information

#88817F (or 0x88817F) is unknown color: approx Suva Grey. HEX triplet: 88, 81 and 7F. RGB value is (136,129,127). Sum of RGB (Red+Green+Blue) = 136+129+127=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #88817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817F is #777E80. Grayscale: #828282. Windows color (decimal): -7831169 or 8356232. OLE color: 8356232.

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

Color convert

RGB136129127-
CMYK00.050.070.47
HSL13.33º3.64%51.57%-
HSV(B)13.33º6.62%53.33%-
XYZ21.8322.4723.26-
YUV130.86125.82131.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 127 (50% from 255) = 32.40%
R=34.69%
G=32.91%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612912700.050.070.4713.333.6451.57
Hex88817F0572Fd434
Octal2102011770575715464
Binary1000100010000001111111101011111011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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