#89807F

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

Shades of Suva Grey #89807F

Tints of Suva Grey #89807F

Color information

#89807F (or 0x89807F) is unknown color: approx Suva Grey. HEX triplet: 89, 80 and 7F. RGB value is (137,128,127). Sum of RGB (Red+Green+Blue) = 137+128+127=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #89807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89807F is #767F80. Grayscale: #828282. Windows color (decimal): -7765889 or 8355977. OLE color: 8355977.

HSL color Cylindrical-coordinate representation of color #89807F: hue angle of 6º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89807F is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137128127-
CMYK00.070.070.46
HSL4.07%51.76%-
HSV(B)7.3%53.73%-
XYZ21.8722.2923.23-
YUV130.58125.98132.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 127 (50% from 255) = 32.40%
R=34.95%
G=32.65%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712812700.070.070.4664.0751.76
Hex89807F0772E6434
Octal211200177077566464
Binary100010011000000011111110111111101110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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