Html Css Color HEX #89726B Ferra

📋 copy color: '#89726B'

red 137 ◦ green 114 ◦ blue 107

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

Shades of Ferra #89726B

Tints of Ferra #89726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 38.27%
G = 31.84%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89726B (or 0x89726B) is known color: Ferra. HEX triplet: 89, 72 and 6B. RGB value is (137,114,107). Sum of RGB (Red+Green+Blue) = 137+114+107=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89726B is #768D94. Grayscale: #787878. Windows color (decimal): -7769493 or 7041673. OLE color: 7041673.

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

Color convert

RGB 137 114 107 -
CMYK 0 0.17 0.22 0.46
HSL 14º 0.12% 0.48% -
HSV(B) 14º 0.22% 0.54% -
XYZ 18.99 18.41 16.46 -
YUV 120.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 137 114 107 0 0.17 0.22 0.46 14 0.12 0.48
Hex 89 72 6B 0 11 16 2E E C 30
Octal 211 162 153 0 21 26 56 16 14 60
Binary 10001001 1110010 1101011 0 10001 10110 101110 1110 1100 110000

Color Harmonies of #89726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89726B

Black with #89726B

Text Example


Text Example

White with #89726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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