Html Css Color HEX #898277 Schooner

📋 copy color: '#898277'

red 137 ◦ green 130 ◦ blue 119

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

Shades of Schooner #898277

Tints of Schooner #898277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 35.49%
G = 33.68%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#898277 (or 0x898277) is known color: Schooner. HEX triplet: 89, 82 and 77. RGB value is (137,130,119). Sum of RGB (Red+Green+Blue) = 137+130+119=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #898277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898277 is #767D88. Grayscale: #828282. Windows color (decimal): -7765385 or 7832201. OLE color: 7832201.

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

Color convert

RGB 137 130 119 -
CMYK 0 0.05 0.13 0.46
HSL 36.67º 0.07% 0.5% -
HSV(B) 36.67º 0.13% 0.54% -
XYZ 21.63 22.62 20.68 -
YUV 130.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 137 130 119 0 0.05 0.13 0.46 36.67 0.07 0.5
Hex 89 82 77 0 5 D 2E 25 7 32
Octal 211 202 167 0 5 15 56 45 7 62
Binary 10001001 10000010 1110111 0 101 1101 101110 100101 111 110010

Color Harmonies of #898277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898277

Black with #898277

Text Example


Text Example

White with #898277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898277; }

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

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

background-color css

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

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

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

border-color css

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

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

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