#765250

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

Shades of Buccaneer #765250

Tints of Buccaneer #765250

Color information

#765250 (or 0x765250) is unknown color: approx Buccaneer. HEX triplet: 76, 52 and 50. RGB value is (118,82,80). Sum of RGB (Red+Green+Blue) = 118+82+80=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765250 is #89ADAF. Grayscale: #5C5C5C. Windows color (decimal): -9022896 or 5263990. OLE color: 5263990.

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

Color convert

RGB1188280-
CMYK00.310.320.54
HSL3.16º19.19%38.82%-
HSV(B)3.16º32.2%46.27%-
XYZ11.9410.478.98-
YUV92.54120.93146.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=42.14%
G=29.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118828000.310.320.543.1619.1938.82
Hex76525001F203631327
Octal166122120037406632347
Binary1110110101001010100000111111000001101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765250; }

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

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

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

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

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

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

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

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