#765353

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

Shades of Buccaneer #765353

Tints of Buccaneer #765353

Color information

#765353 (or 0x765353) is unknown color: approx Buccaneer. HEX triplet: 76, 53 and 53. RGB value is (118,83,83). Sum of RGB (Red+Green+Blue) = 118+83+83=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765353 is #89ACAC. Grayscale: #5D5D5D. Windows color (decimal): -9022637 or 5460854. OLE color: 5460854.

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

Color convert

RGB1188383-
CMYK00.300.300.54
HSL17.41%39.41%-
HSV(B)29.66%46.27%-
XYZ12.1310.669.6-
YUV93.46122.1145.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=41.55%
G=29.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118838300.300.300.54017.4139.41
Hex76535301E1E3601127
Octal166123123036366602147
Binary11101101010011101001101111011110110110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765353; }

 p { color: rgb(118,83,83); }

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

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

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

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

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

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

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