#958776

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

Shades of Schooner #958776

Tints of Schooner #958776

Color information

#958776 (or 0x958776) is unknown color: approx Schooner. HEX triplet: 95, 87 and 76. RGB value is (149,135,118). Sum of RGB (Red+Green+Blue) = 149+135+118=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958776 is #6A7889. Grayscale: #898989. Windows color (decimal): -6977674 or 7767957. OLE color: 7767957.

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

Color convert

RGB149135118-
CMYK00.090.210.42
HSL32.9º12.76%52.35%-
HSV(B)32.9º20.81%58.43%-
XYZ24.3325.0320.69-
YUV137.25117.14136.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=37.06%
G=33.58%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913511800.090.210.4232.912.7652.35
Hex95877609152A21d34
Octal2252071660112552411564
Binary1001010110000111111011001001101011010101000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958776; }

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

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

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

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

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

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

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

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