Html Css Color HEX #89857E Schooner

📋 copy color: '#89857E'

red 137 ◦ green 133 ◦ blue 126

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

Shades of Schooner #89857E

Tints of Schooner #89857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 34.6%
G = 33.59%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89857E (or 0x89857E) is known color: Schooner. HEX triplet: 89, 85 and 7E. RGB value is (137,133,126). Sum of RGB (Red+Green+Blue) = 137+133+126=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #89857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857E is #767A81. Grayscale: #858585. Windows color (decimal): -7764610 or 8291721. OLE color: 8291721.

HSL color Cylindrical-coordinate representation of color #89857E: hue angle of 38.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #89857E is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 126 -
CMYK 0 0.03 0.08 0.46
HSL 38.18º 0.04% 0.52% -
HSV(B) 38.18º 0.08% 0.54% -
XYZ 22.47 23.6 23.11 -
YUV 133.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 137 133 126 0 0.03 0.08 0.46 38.18 0.04 0.52
Hex 89 85 7E 0 3 8 2E 26 4 34
Octal 211 205 176 0 3 10 56 46 4 64
Binary 10001001 10000101 1111110 0 11 1000 101110 100110 100 110100

Color Harmonies of #89857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89857E

Black with #89857E

Text Example


Text Example

White with #89857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89857E; }

 p { color: rgb(137,133,126); }

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

background-color css

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

 a { background-color: rgb(137,133,126); }

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

border-color css

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

 span { border-color: rgb(137,133,126); }

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