#77544E

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

Shades of Buccaneer #77544E

Tints of Buccaneer #77544E

Color information

#77544E (or 0x77544E) is unknown color: approx Buccaneer. HEX triplet: 77, 54 and 4E. RGB value is (119,84,78). Sum of RGB (Red+Green+Blue) = 119+84+78=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77544E is #88ABB1. Grayscale: #5D5D5D. Windows color (decimal): -8956850 or 5133431. OLE color: 5133431.

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

Color convert

RGB1198478-
CMYK00.290.340.53
HSL8.78º20.81%38.63%-
HSV(B)8.78º34.45%46.67%-
XYZ12.1510.818.65-
YUV93.78119.1145.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=42.35%
G=29.89%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119847800.290.340.538.7820.8138.63
Hex77544E01D223591527
Octal1671241160354265112547
Binary111011110101001001110011101100010110101100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77544E; }

 p { color: rgb(119,84,78); }

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

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

 a { background-color: rgb(119,84,78); }

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

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

 span { border-color: rgb(119,84,78); }

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