#928776

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

Shades of Schooner #928776

Tints of Schooner #928776

Color information

#928776 (or 0x928776) is unknown color: approx Schooner. HEX triplet: 92, 87 and 76. RGB value is (146,135,118). Sum of RGB (Red+Green+Blue) = 146+135+118=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928776 is #6D7889. Grayscale: #888888. Windows color (decimal): -7174282 or 7767954. OLE color: 7767954.

HSL color Cylindrical-coordinate representation of color #928776: hue angle of 36.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #928776 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB146135118-
CMYK00.080.190.43
HSL36.43º11.38%51.76%-
HSV(B)36.43º19.18%57.25%-
XYZ23.7924.7520.66-
YUV136.35117.64134.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=36.59%
G=33.83%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613511800.080.190.4336.4311.3851.76
Hex92877608132B24b34
Octal2222071660102353441364
Binary1001001010000111111011001000100111010111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928776; }

 p { color: rgb(146,135,118); }

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

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

 a { background-color: rgb(146,135,118); }

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

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

 span { border-color: rgb(146,135,118); }

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