Html Css Color HEX #89857D Friar Grey

📋 copy color: '#89857D'

red 137 ◦ green 133 ◦ blue 125

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

Shades of Friar Grey #89857D

Tints of Friar Grey #89857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 34.68%
G = 33.67%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89857D (or 0x89857D) is known color: Friar Grey. HEX triplet: 89, 85 and 7D. RGB value is (137,133,125). Sum of RGB (Red+Green+Blue) = 137+133+125=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #89857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857D is #767A82. Grayscale: #858585. Windows color (decimal): -7764611 or 8226185. OLE color: 8226185.

HSL color Cylindrical-coordinate representation of color #89857D: hue angle of 40º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89857D is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 125 -
CMYK 0 0.03 0.09 0.46
HSL 40º 0.05% 0.51% -
HSV(B) 40º 0.09% 0.54% -
XYZ 22.41 23.57 22.77 -
YUV 133.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 137 133 125 0 0.03 0.09 0.46 40 0.05 0.51
Hex 89 85 7D 0 3 9 2E 28 5 33
Octal 211 205 175 0 3 11 56 50 5 63
Binary 10001001 10000101 1111101 0 11 1001 101110 101000 101 110011

Color Harmonies of #89857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89857D

Black with #89857D

Text Example


Text Example

White with #89857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89857D; }

 p { color: rgb(137,133,125); }

 H1.HeaderClassName
 {
   color: #89857D;
 }
 .AnyTagClassName
 {
   color: #89857D;
 }
</style>

background-color css

<style>
 a { background-color: #89857D; }

 a { background-color: rgb(137,133,125); }

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

border-color css

<style>
 span { border-color: #89857D; }

 span { border-color: rgb(137,133,125); }

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