#958777

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

Shades of Schooner #958777

Tints of Schooner #958777

Color information

#958777 (or 0x958777) is unknown color: approx Schooner. HEX triplet: 95, 87 and 77. RGB value is (149,135,119). Sum of RGB (Red+Green+Blue) = 149+135+119=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958777 is #6A7888. Grayscale: #898989. Windows color (decimal): -6977673 or 7833493. OLE color: 7833493.

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

Color convert

RGB149135119-
CMYK00.090.200.42
HSL32º12.4%52.55%-
HSV(B)32º20.13%58.43%-
XYZ24.3925.0521-
YUV137.36117.64136.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=36.97%
G=33.50%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913511900.090.200.423212.452.55
Hex95877709142A20c35
Octal2252071670112452401465
Binary1001010110000111111011101001101001010101000001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958777; }

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

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

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

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

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

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

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

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