#918880

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

Shades of Schooner #918880

Tints of Schooner #918880

Color information

#918880 (or 0x918880) is unknown color: approx Schooner. HEX triplet: 91, 88 and 80. RGB value is (145,136,128). Sum of RGB (Red+Green+Blue) = 145+136+128=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918880 is #6E777F. Grayscale: #898989. Windows color (decimal): -7239552 or 8423569. OLE color: 8423569.

HSL color Cylindrical-coordinate representation of color #918880: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918880 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145136128-
CMYK00.060.120.43
HSL28.24º7.17%53.53%-
HSV(B)28.24º11.72%56.86%-
XYZ24.3825.1924-
YUV137.78122.48133.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=35.45%
G=33.25%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513612800.060.120.4328.247.1753.53
Hex91888006C2B1c736
Octal22121020006145334766
Binary1001000110001000100000000110110010101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918880; }

 p { color: rgb(145,136,128); }

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

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

 a { background-color: rgb(145,136,128); }

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

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

 span { border-color: rgb(145,136,128); }

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