#92877B

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

Shades of Schooner #92877B

Tints of Schooner #92877B

Color information

#92877B (or 0x92877B) is unknown color: approx Schooner. HEX triplet: 92, 87 and 7B. RGB value is (146,135,123). Sum of RGB (Red+Green+Blue) = 146+135+123=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92877B is #6D7884. Grayscale: #888888. Windows color (decimal): -7174277 or 8095634. OLE color: 8095634.

HSL color Cylindrical-coordinate representation of color #92877B: hue angle of 31.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92877B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB146135123-
CMYK00.080.160.43
HSL31.3º9.54%52.75%-
HSV(B)31.3º15.75%57.25%-
XYZ24.0924.8722.27-
YUV136.92120.14134.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=36.14%
G=33.42%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613512300.080.160.4331.39.5452.75
Hex92877B08102B1fa35
Octal2222071730102053371265
Binary100100101000011111110110100010000101011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92877B; }

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

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

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

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

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

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

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

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