#765956

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

Shades of Buccaneer #765956

Tints of Buccaneer #765956

Color information

#765956 (or 0x765956) is unknown color: approx Buccaneer. HEX triplet: 76, 59 and 56. RGB value is (118,89,86). Sum of RGB (Red+Green+Blue) = 118+89+86=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765956 is #89A6A9. Grayscale: #616161. Windows color (decimal): -9021098 or 5658998. OLE color: 5658998.

HSL color Cylindrical-coordinate representation of color #765956: hue angle of 5.63º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765956 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1188986-
CMYK00.250.270.54
HSL5.63º15.69%40%-
HSV(B)5.63º27.12%46.27%-
XYZ12.7211.6710.39-
YUV97.33121.61142.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=40.27%
G=30.38%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118898600.250.270.545.6315.6940
Hex7659560191B3661028
Octal166131126031336662050
Binary1110110101100110101100110011101111011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765956; }

 p { color: rgb(118,89,86); }

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

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

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

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

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

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

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