#765048

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

Shades of Buccaneer #765048

Tints of Buccaneer #765048

Color information

#765048 (or 0x765048) is unknown color: approx Buccaneer. HEX triplet: 76, 50 and 48. RGB value is (118,80,72). Sum of RGB (Red+Green+Blue) = 118+80+72=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765048 is #89AFB7. Grayscale: #5A5A5A. Windows color (decimal): -9023416 or 4739190. OLE color: 4739190.

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

Color convert

RGB1188072-
CMYK00.320.390.54
HSL10.43º24.21%37.25%-
HSV(B)10.43º38.98%46.27%-
XYZ11.5110.067.47-
YUV90.45117.59147.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=43.70%
G=29.63%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807200.320.390.5410.4324.2137.25
Hex7650480202736a1825
Octal1661201100404766123045
Binary1110110101000010010000100000100111110110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765048; }

 p { color: rgb(118,80,72); }

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

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

 a { background-color: rgb(118,80,72); }

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

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

 span { border-color: rgb(118,80,72); }

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