Html Css Color HEX #8A847A Schooner

📋 copy color: '#8A847A'

red 138 ◦ green 132 ◦ blue 122

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

Shades of Schooner #8A847A

Tints of Schooner #8A847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 35.2%
G = 33.67%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A847A (or 0x8A847A) is known color: Schooner. HEX triplet: 8A, 84 and 7A. RGB value is (138,132,122). Sum of RGB (Red+Green+Blue) = 138+132+122=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A847A is #757B85. Grayscale: #848484. Windows color (decimal): -7699334 or 8029322. OLE color: 8029322.

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

Color convert

RGB 138 132 122 -
CMYK 0 0.04 0.12 0.46
HSL 37.5º 0.06% 0.51% -
HSV(B) 37.5º 0.12% 0.54% -
XYZ 22.25 23.31 21.74 -
YUV 132.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 138 132 122 0 0.04 0.12 0.46 37.5 0.06 0.51
Hex 8A 84 7A 0 4 C 2E 26 6 33
Octal 212 204 172 0 4 14 56 46 6 63
Binary 10001010 10000100 1111010 0 100 1100 101110 100110 110 110011

Color Harmonies of #8A847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A847A

Black with #8A847A

Text Example


Text Example

White with #8A847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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