Html Css Color HEX #8A847C Schooner

📋 copy color: '#8A847C'

red 138 ◦ green 132 ◦ blue 124

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

Shades of Schooner #8A847C

Tints of Schooner #8A847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 35.03%
G = 33.5%
B = 31.47%

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

#8A847C (or 0x8A847C) is known color: Schooner. HEX triplet: 8A, 84 and 7C. RGB value is (138,132,124). Sum of RGB (Red+Green+Blue) = 138+132+124=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A847C is #757B83. Grayscale: #848484. Windows color (decimal): -7699332 or 8160394. OLE color: 8160394.

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

Color convert

RGB 138 132 124 -
CMYK 0 0.04 0.10 0.46
HSL 34.29º 0.06% 0.51% -
HSV(B) 34.29º 0.1% 0.54% -
XYZ 22.37 23.36 22.4 -
YUV 132.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 138 132 124 0 0.04 0.10 0.46 34.29 0.06 0.51
Hex 8A 84 7C 0 4 A 2E 22 6 33
Octal 212 204 174 0 4 12 56 42 6 63
Binary 10001010 10000100 1111100 0 100 1010 101110 100010 110 110011

Color Harmonies of #8A847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A847C

Black with #8A847C

Text Example


Text Example

White with #8A847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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