Html Css Color HEX #898071 Schooner

📋 copy color: '#898071'

red 137 ◦ green 128 ◦ blue 113

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

Shades of Schooner #898071

Tints of Schooner #898071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 36.24%
G = 33.86%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898071 (or 0x898071) is known color: Schooner. HEX triplet: 89, 80 and 71. RGB value is (137,128,113). Sum of RGB (Red+Green+Blue) = 137+128+113=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #898071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898071 is #767F8E. Grayscale: #818181. Windows color (decimal): -7765903 or 7438473. OLE color: 7438473.

HSL color Cylindrical-coordinate representation of color #898071: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898071 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 113 -
CMYK 0 0.07 0.18 0.46
HSL 37.5º 0.1% 0.49% -
HSV(B) 37.5º 0.18% 0.54% -
XYZ 21.02 21.95 18.75 -
YUV 128.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 137 128 113 0 0.07 0.18 0.46 37.5 0.1 0.49
Hex 89 80 71 0 7 12 2E 26 A 31
Octal 211 200 161 0 7 22 56 46 12 61
Binary 10001001 10000000 1110001 0 111 10010 101110 100110 1010 110001

Color Harmonies of #898071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898071

Black with #898071

Text Example


Text Example

White with #898071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898071; }

 p { color: rgb(137,128,113); }

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

background-color css

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

 a { background-color: rgb(137,128,113); }

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

border-color css

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

 span { border-color: rgb(137,128,113); }

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