#918776

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

Shades of Schooner #918776

Tints of Schooner #918776

Color information

#918776 (or 0x918776) is unknown color: approx Schooner. HEX triplet: 91, 87 and 76. RGB value is (145,135,118). Sum of RGB (Red+Green+Blue) = 145+135+118=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918776 is #6E7889. Grayscale: #888888. Windows color (decimal): -7239818 or 7767953. OLE color: 7767953.

HSL color Cylindrical-coordinate representation of color #918776: hue angle of 37.78º 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 #918776 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145135118-
CMYK00.070.190.43
HSL37.78º10.93%51.57%-
HSV(B)37.78º18.62%56.86%-
XYZ23.6124.6620.65-
YUV136.05117.81134.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=36.43%
G=33.92%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513511800.070.190.4337.7810.9351.57
Hex91877607132B26b34
Octal221207166072353461364
Binary100100011000011111101100111100111010111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918776; }

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

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

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

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

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

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

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

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