#938776

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

Shades of Schooner #938776

Tints of Schooner #938776

Color information

#938776 (or 0x938776) is unknown color: approx Schooner. HEX triplet: 93, 87 and 76. RGB value is (147,135,118). Sum of RGB (Red+Green+Blue) = 147+135+118=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938776 is #6C7889. Grayscale: #888888. Windows color (decimal): -7108746 or 7767955. OLE color: 7767955.

HSL color Cylindrical-coordinate representation of color #938776: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938776 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147135118-
CMYK00.080.200.42
HSL35.17º11.84%51.96%-
HSV(B)35.17º19.73%57.65%-
XYZ23.9724.8420.67-
YUV136.65117.48135.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=36.75%
G=33.75%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713511800.080.200.4235.1711.8451.96
Hex93877608142A23c34
Octal2232071660102452431464
Binary1001001110000111111011001000101001010101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938776; }

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

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

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

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

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

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

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

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