#77554E

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

Shades of Buccaneer #77554E

Tints of Buccaneer #77554E

Color information

#77554E (or 0x77554E) is unknown color: approx Buccaneer. HEX triplet: 77, 55 and 4E. RGB value is (119,85,78). Sum of RGB (Red+Green+Blue) = 119+85+78=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77554E is #88AAB1. Grayscale: #5E5E5E. Windows color (decimal): -8956594 or 5133687. OLE color: 5133687.

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

Color convert

RGB1198578-
CMYK00.290.340.53
HSL10.24º20.81%38.63%-
HSV(B)10.24º34.45%46.67%-
XYZ12.2310.978.68-
YUV94.37118.76145.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=42.20%
G=30.14%
B=27.66%

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
Decimal119857800.290.340.5310.2420.8138.63
Hex77554E01D2235a1527
Octal1671251160354265122547
Binary111011110101011001110011101100010110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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