#90877B

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

Shades of Schooner #90877B

Tints of Schooner #90877B

Color information

#90877B (or 0x90877B) is unknown color: approx Schooner. HEX triplet: 90, 87 and 7B. RGB value is (144,135,123). Sum of RGB (Red+Green+Blue) = 144+135+123=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90877B is #6F7884. Grayscale: #888888. Windows color (decimal): -7305349 or 8095632. OLE color: 8095632.

HSL color Cylindrical-coordinate representation of color #90877B: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90877B is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144135123-
CMYK00.060.150.44
HSL34.29º8.64%52.35%-
HSV(B)34.29º14.58%56.47%-
XYZ23.7424.6922.25-
YUV136.32120.48133.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=35.82%
G=33.58%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413512300.060.150.4434.298.6452.35
Hex90877B06F2C22934
Octal220207173061754421164
Binary10010000100001111111011011011111011001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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