#8A867F

Color #8A867F Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8A867F

Tints of Schooner #8A867F

Color information

#8A867F (or 0x8A867F) is unknown color: approx Schooner. HEX triplet: 8A, 86 and 7F. RGB value is (138,134,127). Sum of RGB (Red+Green+Blue) = 138+134+127=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 138 - color contains mainly: red. Hex color #8A867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A867F is #757980. Grayscale: #868686. Windows color (decimal): -7698817 or 8357514. OLE color: 8357514.

HSL color Cylindrical-coordinate representation of color #8A867F: 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 #8A867F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB138134127-
CMYK00.030.080.46
HSL38.18º4.49%51.96%-
HSV(B)38.18º7.97%54.12%-
XYZ22.8423.9923.5-
YUV134.4123.83130.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 127 (50% from 255) = 31.83%
R=34.59%
G=33.58%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813412700.030.080.4638.184.4951.96
Hex8A867F0382E26434
Octal21220617703105646464
Binary100010101000011011111110111000101110100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,127); }

 H1.HeaderClassName
 {
   color: #8A867F;
 }
 .AnyTagClassName
 {
   color: #8A867F;
 }
</style>
background-color css

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

 a { background-color: rgb(138,134,127); }

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

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

 span { border-color: rgb(138,134,127); }

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