#775551

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

Shades of Buccaneer #775551

Tints of Buccaneer #775551

Color information

#775551 (or 0x775551) is unknown color: approx Buccaneer. HEX triplet: 77, 55 and 51. RGB value is (119,85,81). Sum of RGB (Red+Green+Blue) = 119+85+81=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775551 is #88AAAE. Grayscale: #5E5E5E. Windows color (decimal): -8956591 or 5330295. OLE color: 5330295.

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

Color convert

RGB1198581-
CMYK00.290.320.53
HSL6.32º19%39.22%-
HSV(B)6.32º31.93%46.67%-
XYZ12.3411.019.26-
YUV94.71120.26145.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=41.75%
G=29.82%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119858100.290.320.536.321939.22
Hex77555101D203561327
Octal167125121035406562347
Binary11101111010101101000101110110000011010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775551; }

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

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

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

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

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

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

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

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