#918774

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

Shades of Schooner #918774

Tints of Schooner #918774

Color information

#918774 (or 0x918774) is unknown color: approx Schooner. HEX triplet: 91, 87 and 74. RGB value is (145,135,116). Sum of RGB (Red+Green+Blue) = 145+135+116=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918774 is #6E788B. Grayscale: #878787. Windows color (decimal): -7239820 or 7636881. OLE color: 7636881.

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

Color convert

RGB145135116-
CMYK00.070.20.43
HSL39.31º11.65%51.18%-
HSV(B)39.31º20%56.86%-
XYZ23.4924.6120.03-
YUV135.82116.81134.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=36.62%
G=34.09%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513511600.070.20.4339.3111.6551.18
Hex91877407142B27c33
Octal221207164072453471463
Binary100100011000011111101000111101001010111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918774; }

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

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

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

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

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

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

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

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