#775756

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

Shades of Buccaneer #775756

Tints of Buccaneer #775756

Color information

#775756 (or 0x775756) is unknown color: approx Buccaneer. HEX triplet: 77, 57 and 56. RGB value is (119,87,86). Sum of RGB (Red+Green+Blue) = 119+87+86=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775756 is #88A8A9. Grayscale: #606060. Windows color (decimal): -8956074 or 5658487. OLE color: 5658487.

HSL color Cylindrical-coordinate representation of color #775756: hue angle of 1.82º 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 #775756 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1198786-
CMYK00.270.280.53
HSL1.82º16.1%40.2%-
HSV(B)1.82º27.73%46.67%-
XYZ12.711.4110.34-
YUV96.45122.1144.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=40.75%
G=29.79%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119878600.270.280.531.8216.140.2
Hex77575601B1C3521028
Octal167127126033346522050
Binary111011110101111010110011011111001101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775756; }

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

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

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

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

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

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

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

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