Html Css Color HEX #8A847E Schooner

📋 copy color: '#8A847E'

red 138 ◦ green 132 ◦ blue 126

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

Shades of Schooner #8A847E

Tints of Schooner #8A847E

RGB

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

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

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

R = 34.85%
G = 33.33%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A847E (or 0x8A847E) is known color: Schooner. HEX triplet: 8A, 84 and 7E. RGB value is (138,132,126). Sum of RGB (Red+Green+Blue) = 138+132+126=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A847E is #757B81. Grayscale: #858585. Windows color (decimal): -7699330 or 8291466. OLE color: 8291466.

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

Color convert

RGB 138 132 126 -
CMYK 0 0.04 0.09 0.46
HSL 30º 0.05% 0.52% -
HSV(B) 30º 0.09% 0.54% -
XYZ 22.5 23.41 23.07 -
YUV 133.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 138 132 126 0 0.04 0.09 0.46 30 0.05 0.52
Hex 8A 84 7E 0 4 9 2E 1E 5 34
Octal 212 204 176 0 4 11 56 36 5 64
Binary 10001010 10000100 1111110 0 100 1001 101110 11110 101 110100

Color Harmonies of #8A847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A847E

Black with #8A847E

Text Example


Text Example

White with #8A847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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