#765853

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

Shades of Buccaneer #765853

Tints of Buccaneer #765853

Color information

#765853 (or 0x765853) is unknown color: approx Buccaneer. HEX triplet: 76, 58 and 53. RGB value is (118,88,83). Sum of RGB (Red+Green+Blue) = 118+88+83=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765853 is #89A7AC. Grayscale: #606060. Windows color (decimal): -9021357 or 5462134. OLE color: 5462134.

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

Color convert

RGB1188883-
CMYK00.250.300.54
HSL8.57º17.41%39.41%-
HSV(B)8.57º29.66%46.27%-
XYZ12.5211.469.73-
YUV96.4120.44143.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=40.83%
G=30.45%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118888300.250.300.548.5717.4139.41
Hex7658530191E3691127
Octal1661301230313666112147
Binary11101101011000101001101100111110110110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765853; }

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

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

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

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

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

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

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

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