Html Css Color HEX #898070 Schooner

📋 copy color: '#898070'

red 137 ◦ green 128 ◦ blue 112

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

Shades of Schooner #898070

Tints of Schooner #898070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 36.34%
G = 33.95%
B = 29.71%

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

#898070 (or 0x898070) is known color: Schooner. HEX triplet: 89, 80 and 70. RGB value is (137,128,112). Sum of RGB (Red+Green+Blue) = 137+128+112=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #898070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898070 is #767F8F. Grayscale: #808080. Windows color (decimal): -7765904 or 7372937. OLE color: 7372937.

HSL color Cylindrical-coordinate representation of color #898070: hue angle of 38.4º 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 #898070 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 112 -
CMYK 0 0.07 0.18 0.46
HSL 38.4º 0.1% 0.49% -
HSV(B) 38.4º 0.18% 0.54% -
XYZ 20.96 21.93 18.46 -
YUV 128.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 137 128 112 0 0.07 0.18 0.46 38.4 0.1 0.49
Hex 89 80 70 0 7 12 2E 26 A 31
Octal 211 200 160 0 7 22 56 46 12 61
Binary 10001001 10000000 1110000 0 111 10010 101110 100110 1010 110001

Color Harmonies of #898070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898070

Black with #898070

Text Example


Text Example

White with #898070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898070; }

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

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

background-color css

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

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

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

border-color css

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

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

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