#918773

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

Shades of Schooner #918773

Tints of Schooner #918773

Color information

#918773 (or 0x918773) is unknown color: approx Schooner. HEX triplet: 91, 87 and 73. RGB value is (145,135,115). Sum of RGB (Red+Green+Blue) = 145+135+115=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918773 is #6E788C. Grayscale: #878787. Windows color (decimal): -7239821 or 7571345. OLE color: 7571345.

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

Color convert

RGB145135115-
CMYK00.070.210.43
HSL40º12%50.98%-
HSV(B)40º20.69%56.86%-
XYZ23.4424.5919.73-
YUV135.71116.31134.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=36.71%
G=34.18%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513511500.070.210.43401250.98
Hex91877307152B28c33
Octal221207163072553501463
Binary100100011000011111100110111101011010111010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918773; }

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

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

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

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

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

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

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

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