#775855

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

Shades of Buccaneer #775855

Tints of Buccaneer #775855

Color information

#775855 (or 0x775855) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 55. RGB value is (119,88,85). Sum of RGB (Red+Green+Blue) = 119+88+85=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775855 is #88A7AA. Grayscale: #606060. Windows color (decimal): -8955819 or 5593207. OLE color: 5593207.

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

Color convert

RGB1198885-
CMYK00.260.290.53
HSL5.29º16.67%40%-
HSV(B)5.29º28.57%46.67%-
XYZ12.7411.5610.15-
YUV96.93121.27143.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=40.75%
G=30.14%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888500.260.290.535.2916.6740
Hex77585501A1D3551128
Octal167130125032356552150
Binary1110111101100010101010110101110111010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775855; }

 p { color: rgb(119,88,85); }

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

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

 a { background-color: rgb(119,88,85); }

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

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

 span { border-color: rgb(119,88,85); }

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