Html Css Color HEX #89726F Ferra

📋 copy color: '#89726F'

red 137 ◦ green 114 ◦ blue 111

#89726F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #89726F

Tints of Ferra #89726F

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 value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89726F (or 0x89726F) is known color: 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

RGB 137 114 111 -
CMYK 0 0.17 0.19 0.46
HSL 6.92º 0.1% 0.49% -
HSV(B) 6.92º 0.19% 0.54% -
XYZ 19.2 18.5 17.6 -
YUV 120.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 137 114 111 0 0.17 0.19 0.46 6.92 0.1 0.49
Hex 89 72 6F 0 11 13 2E 7 A 31
Octal 211 162 157 0 21 23 56 7 12 61
Binary 10001001 1110010 1101111 0 10001 10011 101110 111 1010 110001

Color Harmonies of #89726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89726F

Black with #89726F

Text Example


Text Example

White with #89726F

Text Example


Text Example

HTML Codes & Css Web 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>