#765451

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

Shades of Buccaneer #765451

Tints of Buccaneer #765451

Color information

#765451 (or 0x765451) is unknown color: approx Buccaneer. HEX triplet: 76, 54 and 51. RGB value is (118,84,81). Sum of RGB (Red+Green+Blue) = 118+84+81=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765451 is #89ABAE. Grayscale: #5D5D5D. Windows color (decimal): -9022383 or 5330038. OLE color: 5330038.

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

Color convert

RGB1188481-
CMYK00.290.310.54
HSL4.86º18.59%39.02%-
HSV(B)4.86º31.36%46.27%-
XYZ12.1310.799.23-
YUV93.82120.76145.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=41.70%
G=29.68%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118848100.290.310.544.8618.5939.02
Hex76545101D1F3651327
Octal166124121035376652347
Binary1110110101010010100010111011111111011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765451; }

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

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

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

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

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

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

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

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