#898074

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

Shades of Schooner #898074

Tints of Schooner #898074

Color information

#898074 (or 0x898074) is unknown color: approx Schooner. HEX triplet: 89, 80 and 74. RGB value is (137,128,116). Sum of RGB (Red+Green+Blue) = 137+128+116=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #898074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898074 is #767F8B. Grayscale: #818181. Windows color (decimal): -7765900 or 7635081. OLE color: 7635081.

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

Color convert

RGB137128116-
CMYK00.070.150.46
HSL34.29º8.3%49.61%-
HSV(B)34.29º15.33%53.73%-
XYZ21.1922.0219.66-
YUV129.32120.48133.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=35.96%
G=33.60%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811600.070.150.4634.298.349.61
Hex89807407F2E22832
Octal211200164071756421062
Binary10001001100000001110100011111111011101000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898074; }

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

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

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

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

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

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

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

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