#77554D

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

Shades of Buccaneer #77554D

Tints of Buccaneer #77554D

Color information

#77554D (or 0x77554D) is unknown color: approx Buccaneer. HEX triplet: 77, 55 and 4D. RGB value is (119,85,77). Sum of RGB (Red+Green+Blue) = 119+85+77=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77554D is #88AAB2. Grayscale: #5E5E5E. Windows color (decimal): -8956595 or 5068151. OLE color: 5068151.

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

Color convert

RGB1198577-
CMYK00.290.350.53
HSL11.43º21.43%38.43%-
HSV(B)11.43º35.29%46.67%-
XYZ12.210.958.49-
YUV94.25118.26145.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=42.35%
G=30.25%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119857700.290.350.5311.4321.4338.43
Hex77554D01D2335b1526
Octal1671251150354365132546
Binary111011110101011001101011101100011110101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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