#775956

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

Shades of Buccaneer #775956

Tints of Buccaneer #775956

Color information

#775956 (or 0x775956) is unknown color: approx Buccaneer. HEX triplet: 77, 59 and 56. RGB value is (119,89,86). Sum of RGB (Red+Green+Blue) = 119+89+86=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775956 is #88A6A9. Grayscale: #616161. Windows color (decimal): -8955562 or 5658999. OLE color: 5658999.

HSL color Cylindrical-coordinate representation of color #775956: hue angle of 5.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775956 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1198986-
CMYK00.250.280.53
HSL5.45º16.1%40.2%-
HSV(B)5.45º27.73%46.67%-
XYZ12.8611.7410.39-
YUV97.63121.44143.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=40.48%
G=30.27%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898600.250.280.535.4516.140.2
Hex7759560191C3551028
Octal167131126031346552050
Binary1110111101100110101100110011110011010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775956; }

 p { color: rgb(119,89,86); }

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

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

 a { background-color: rgb(119,89,86); }

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

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

 span { border-color: rgb(119,89,86); }

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