Html Css Color HEX #8A857C Schooner

📋 copy color: '#8A857C'

red 138 ◦ green 133 ◦ blue 124

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

Shades of Schooner #8A857C

Tints of Schooner #8A857C

RGB

 RED value IS 138 (54.3% from 255) = 34.94%

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 34.94%
G = 33.67%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A857C (or 0x8A857C) is known color: Schooner. HEX triplet: 8A, 85 and 7C. RGB value is (138,133,124). Sum of RGB (Red+Green+Blue) = 138+133+124=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A857C is #757A83. Grayscale: #858585. Windows color (decimal): -7699076 or 8160650. OLE color: 8160650.

HSL color Cylindrical-coordinate representation of color #8A857C: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A857C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 124 -
CMYK 0 0.04 0.10 0.46
HSL 38.57º 0.06% 0.51% -
HSV(B) 38.57º 0.1% 0.54% -
XYZ 22.51 23.63 22.44 -
YUV 133.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 138 133 124 0 0.04 0.10 0.46 38.57 0.06 0.51
Hex 8A 85 7C 0 4 A 2E 27 6 33
Octal 212 205 174 0 4 12 56 47 6 63
Binary 10001010 10000101 1111100 0 100 1010 101110 100111 110 110011

Color Harmonies of #8A857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A857C

Black with #8A857C

Text Example


Text Example

White with #8A857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A857C; }

 p { color: rgb(138,133,124); }

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

background-color css

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

 a { background-color: rgb(138,133,124); }

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

border-color css

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

 span { border-color: rgb(138,133,124); }

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