#898278

Color #898278 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #898278

Tints of Schooner #898278

Color information

#898278 (or 0x898278) is unknown color: approx Schooner. HEX triplet: 89, 82 and 78. RGB value is (137,130,120). Sum of RGB (Red+Green+Blue) = 137+130+120=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898278 is #767D87. Grayscale: #838383. Windows color (decimal): -7765384 or 7897737. OLE color: 7897737.

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

Color convert

RGB137130120-
CMYK00.050.120.46
HSL35.29º6.72%50.39%-
HSV(B)35.29º12.41%53.73%-
XYZ21.6922.6421-
YUV130.95121.82132.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=35.40%
G=33.59%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012000.050.120.4635.296.7250.39
Hex89827805C2E23732
Octal21120217005145643762
Binary1000100110000010111100001011100101110100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898278; }

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

 H1.HeaderClassName
 {
   color: #898278;
 }
 .AnyTagClassName
 {
   color: #898278;
 }
</style>
background-color css

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

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

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

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

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

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