Html Css Color HEX #89827C Schooner

📋 copy color: '#89827C'

red 137 ◦ green 130 ◦ blue 124

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

Shades of Schooner #89827C

Tints of Schooner #89827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 35.04%
G = 33.25%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89827C (or 0x89827C) is known color: Schooner. HEX triplet: 89, 82 and 7C. RGB value is (137,130,124). Sum of RGB (Red+Green+Blue) = 137+130+124=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #89827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827C is #767D83. Grayscale: #838383. Windows color (decimal): -7765380 or 8159881. OLE color: 8159881.

HSL color Cylindrical-coordinate representation of color #89827C: hue angle of 27.69º 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 #89827C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 124 -
CMYK 0 0.05 0.09 0.46
HSL 27.69º 0.05% 0.51% -
HSV(B) 27.69º 0.09% 0.54% -
XYZ 21.94 22.74 22.3 -
YUV 131.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 137 130 124 0 0.05 0.09 0.46 27.69 0.05 0.51
Hex 89 82 7C 0 5 9 2E 1C 5 33
Octal 211 202 174 0 5 11 56 34 5 63
Binary 10001001 10000010 1111100 0 101 1001 101110 11100 101 110011

Color Harmonies of #89827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89827C

Black with #89827C

Text Example


Text Example

White with #89827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,130,124); }

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

background-color css

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

 a { background-color: rgb(137,130,124); }

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

border-color css

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

 span { border-color: rgb(137,130,124); }

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