Html Css Color HEX #89726C Ferra

📋 copy color: '#89726C'

red 137 ◦ green 114 ◦ blue 108

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

Shades of Ferra #89726C

Tints of Ferra #89726C

RGB

 RED value IS 137 (53.91% from 255) = 38.16%

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 38.16%
G = 31.75%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89726C (or 0x89726C) is known color: Ferra. HEX triplet: 89, 72 and 6C. RGB value is (137,114,108). Sum of RGB (Red+Green+Blue) = 137+114+108=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89726C is #768D93. Grayscale: #787878. Windows color (decimal): -7769492 or 7107209. OLE color: 7107209.

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

Color convert

RGB 137 114 108 -
CMYK 0 0.17 0.21 0.46
HSL 12.41º 0.12% 0.48% -
HSV(B) 12.41º 0.21% 0.54% -
XYZ 19.04 18.44 16.74 -
YUV 120.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 137 114 108 0 0.17 0.21 0.46 12.41 0.12 0.48
Hex 89 72 6C 0 11 15 2E C C 30
Octal 211 162 154 0 21 25 56 14 14 60
Binary 10001001 1110010 1101100 0 10001 10101 101110 1100 1100 110000

Color Harmonies of #89726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89726C

Black with #89726C

Text Example


Text Example

White with #89726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89726C;
 }
 .AnyTagClassName
 {
   color: #89726C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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