#77564E

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

Shades of Buccaneer #77564E

Tints of Buccaneer #77564E

Color information

#77564E (or 0x77564E) is unknown color: approx Buccaneer. HEX triplet: 77, 56 and 4E. RGB value is (119,86,78). Sum of RGB (Red+Green+Blue) = 119+86+78=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77564E is #88A9B1. Grayscale: #5F5F5F. Windows color (decimal): -8956338 or 5133943. OLE color: 5133943.

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

Color convert

RGB1198678-
CMYK00.280.340.53
HSL11.71º20.81%38.63%-
HSV(B)11.71º34.45%46.67%-
XYZ12.3111.138.71-
YUV94.95118.43145.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=42.05%
G=30.39%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119867800.280.340.5311.7120.8138.63
Hex77564E01C2235c1527
Octal1671261160344265142547
Binary111011110101101001110011100100010110101110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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