#918775

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

Shades of Schooner #918775

Tints of Schooner #918775

Color information

#918775 (or 0x918775) is unknown color: approx Schooner. HEX triplet: 91, 87 and 75. RGB value is (145,135,117). Sum of RGB (Red+Green+Blue) = 145+135+117=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918775 is #6E788A. Grayscale: #888888. Windows color (decimal): -7239819 or 7702417. OLE color: 7702417.

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

Color convert

RGB145135117-
CMYK00.070.190.43
HSL38.57º11.29%51.37%-
HSV(B)38.57º19.31%56.86%-
XYZ23.5524.6320.34-
YUV135.94117.31134.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=36.52%
G=34.01%
B=29.47%

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
Decimal14513511700.070.190.4338.5711.2951.37
Hex91877507132B27b33
Octal221207165072353471363
Binary100100011000011111101010111100111010111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918775; }

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

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

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

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

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

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

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

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