Html Css Color HEX #898378 Schooner

📋 copy color: '#898378'

red 137 ◦ green 131 ◦ blue 120

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

Shades of Schooner #898378

Tints of Schooner #898378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 35.31%
G = 33.76%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#898378 (or 0x898378) is known color: Schooner. HEX triplet: 89, 83 and 78. RGB value is (137,131,120). Sum of RGB (Red+Green+Blue) = 137+131+120=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898378 is #767C87. Grayscale: #838383. Windows color (decimal): -7765128 or 7897993. OLE color: 7897993.

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

Color convert

RGB 137 131 120 -
CMYK 0 0.04 0.12 0.46
HSL 38.82º 0.07% 0.5% -
HSV(B) 38.82º 0.12% 0.54% -
XYZ 21.82 22.91 21.04 -
YUV 131.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 137 131 120 0 0.04 0.12 0.46 38.82 0.07 0.5
Hex 89 83 78 0 4 C 2E 27 7 32
Octal 211 203 170 0 4 14 56 47 7 62
Binary 10001001 10000011 1111000 0 100 1100 101110 100111 111 110010

Color Harmonies of #898378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898378

Black with #898378

Text Example


Text Example

White with #898378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898378; }

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

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

background-color css

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

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

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

border-color css

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

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

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