#765554

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

Shades of Buccaneer #765554

Tints of Buccaneer #765554

Color information

#765554 (or 0x765554) is unknown color: approx Buccaneer. HEX triplet: 76, 55 and 54. RGB value is (118,85,84). Sum of RGB (Red+Green+Blue) = 118+85+84=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765554 is #89AAAB. Grayscale: #5E5E5E. Windows color (decimal): -9022124 or 5526902. OLE color: 5526902.

HSL color Cylindrical-coordinate representation of color #765554: hue angle of 1.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765554 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1188584-
CMYK00.280.290.54
HSL1.76º16.83%39.61%-
HSV(B)1.76º28.81%46.27%-
XYZ12.3210.999.86-
YUV94.75121.93144.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=41.11%
G=29.62%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118858400.280.290.541.7616.8339.61
Hex76555401C1D3621128
Octal166125124034356622150
Binary111011010101011010100011100111011101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765554; }

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

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

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

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

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

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

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

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