#89817F

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

Shades of Suva Grey #89817F

Tints of Suva Grey #89817F

Color information

#89817F (or 0x89817F) is unknown color: approx Suva Grey. HEX triplet: 89, 81 and 7F. RGB value is (137,129,127). Sum of RGB (Red+Green+Blue) = 137+129+127=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #89817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89817F is #767E80. Grayscale: #838383. Windows color (decimal): -7765633 or 8356233. OLE color: 8356233.

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

Color convert

RGB137129127-
CMYK00.060.070.46
HSL12º4.07%51.76%-
HSV(B)12º7.3%53.73%-
XYZ2222.5523.27-
YUV131.16125.65132.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 127 (50% from 255) = 32.32%
R=34.86%
G=32.82%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712912700.060.070.46124.0751.76
Hex89817F0672Ec434
Octal2112011770675614464
Binary1000100110000001111111101101111011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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