#775856

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

Shades of Buccaneer #775856

Tints of Buccaneer #775856

Color information

#775856 (or 0x775856) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 56. RGB value is (119,88,86). Sum of RGB (Red+Green+Blue) = 119+88+86=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775856 is #88A7A9. Grayscale: #616161. Windows color (decimal): -8955818 or 5658743. OLE color: 5658743.

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

Color convert

RGB1198886-
CMYK00.260.280.53
HSL3.64º16.1%40.2%-
HSV(B)3.64º27.73%46.67%-
XYZ12.7811.5710.36-
YUV97.04121.77143.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=40.61%
G=30.03%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888600.260.280.533.6416.140.2
Hex77585601A1C3541028
Octal167130126032346542050
Binary1110111101100010101100110101110011010110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775856; }

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

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

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

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

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

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

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

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