#775851

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

Shades of Buccaneer #775851

Tints of Buccaneer #775851

Color information

#775851 (or 0x775851) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 51. RGB value is (119,88,81). Sum of RGB (Red+Green+Blue) = 119+88+81=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775851 is #88A7AE. Grayscale: #606060. Windows color (decimal): -8955823 or 5331063. OLE color: 5331063.

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

Color convert

RGB1198881-
CMYK00.260.320.53
HSL11.05º19%39.22%-
HSV(B)11.05º31.93%46.67%-
XYZ12.5811.59.34-
YUV96.47119.27144.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=41.32%
G=30.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888100.260.320.5311.051939.22
Hex77585101A2035b1327
Octal1671301210324065132347
Binary111011110110001010001011010100000110101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775851; }

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

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

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

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

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

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

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

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