#89726F

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

Shades of Ferra #89726F

Tints of Ferra #89726F

Color information

#89726F (or 0x89726F) is unknown color: approx Ferra. HEX triplet: 89, 72 and 6F. RGB value is (137,114,111). Sum of RGB (Red+Green+Blue) = 137+114+111=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89726F is #768D90. Grayscale: #787878. Windows color (decimal): -7769489 or 7303817. OLE color: 7303817.

HSL color Cylindrical-coordinate representation of color #89726F: hue angle of 6.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89726F is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137114111-
CMYK00.170.190.46
HSL6.92º10.48%48.63%-
HSV(B)6.92º18.98%53.73%-
XYZ19.218.517.6-
YUV120.54122.62139.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=37.85%
G=31.49%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711411100.170.190.466.9210.4848.63
Hex89726F011132E7a31
Octal211162157021235671261
Binary1000100111100101101111010001100111011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,114,111); }

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

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

 a { background-color: rgb(137,114,111); }

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

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

 span { border-color: rgb(137,114,111); }

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