#765753

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

Shades of Buccaneer #765753

Tints of Buccaneer #765753

Color information

#765753 (or 0x765753) is unknown color: approx Buccaneer. HEX triplet: 76, 57 and 53. RGB value is (118,87,83). Sum of RGB (Red+Green+Blue) = 118+87+83=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765753 is #89A8AC. Grayscale: #5F5F5F. Windows color (decimal): -9021613 or 5461878. OLE color: 5461878.

HSL color Cylindrical-coordinate representation of color #765753: hue angle of 6.86º 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 #765753 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1188783-
CMYK00.260.300.54
HSL6.86º17.41%39.41%-
HSV(B)6.86º29.66%46.27%-
XYZ12.4411.299.71-
YUV95.81120.77143.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=40.97%
G=30.21%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118878300.260.300.546.8617.4139.41
Hex76575301A1E3671127
Octal166127123032366672147
Binary1110110101011110100110110101111011011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765753; }

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

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

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

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

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

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

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

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