#938772

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

Shades of Schooner #938772

Tints of Schooner #938772

Color information

#938772 (or 0x938772) is unknown color: approx Schooner. HEX triplet: 93, 87 and 72. RGB value is (147,135,114). Sum of RGB (Red+Green+Blue) = 147+135+114=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938772 is #6C788D. Grayscale: #888888. Windows color (decimal): -7108750 or 7505811. OLE color: 7505811.

HSL color Cylindrical-coordinate representation of color #938772: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938772 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147135114-
CMYK00.080.220.42
HSL38.18º13.25%51.18%-
HSV(B)38.18º22.45%57.65%-
XYZ23.7324.7519.45-
YUV136.19115.48135.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=37.12%
G=34.09%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713511400.080.220.4238.1813.2551.18
Hex93877208162A26d33
Octal2232071620102652461563
Binary1001001110000111111001001000101101010101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938772; }

 p { color: rgb(147,135,114); }

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

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

 a { background-color: rgb(147,135,114); }

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

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

 span { border-color: rgb(147,135,114); }

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