#7E5554

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

Shades of Buccaneer #7E5554

Tints of Buccaneer #7E5554

Color information

#7E5554 (or 0x7E5554) is unknown color: approx Buccaneer. HEX triplet: 7E, 55 and 54. RGB value is (126,85,84). Sum of RGB (Red+Green+Blue) = 126+85+84=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5554 is #81AAAB. Grayscale: #616161. Windows color (decimal): -8497836 or 5526910. OLE color: 5526910.

HSL color Cylindrical-coordinate representation of color #7E5554: hue angle of 1.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5554 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1268584-
CMYK00.330.330.51
HSL1.43º20%41.18%-
HSV(B)1.43º33.33%49.41%-
XYZ13.4511.579.91-
YUV97.14120.58148.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=42.71%
G=28.81%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126858400.330.330.511.432041.18
Hex7E5554021213311429
Octal176125124041416312451
Binary1111110101010110101000100001100001110011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E5554; }

 p { color: rgb(126,85,84); }

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

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

 a { background-color: rgb(126,85,84); }

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

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

 span { border-color: rgb(126,85,84); }

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