#765954

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

Shades of Buccaneer #765954

Tints of Buccaneer #765954

Color information

#765954 (or 0x765954) is unknown color: approx Buccaneer. HEX triplet: 76, 59 and 54. RGB value is (118,89,84). Sum of RGB (Red+Green+Blue) = 118+89+84=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765954 is #89A6AB. Grayscale: #616161. Windows color (decimal): -9021100 or 5527926. OLE color: 5527926.

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

Color convert

RGB1188984-
CMYK00.250.290.54
HSL8.82º16.83%39.61%-
HSV(B)8.82º28.81%46.27%-
XYZ12.6411.649.97-
YUV97.1120.61142.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=40.55%
G=30.58%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118898400.250.290.548.8216.8339.61
Hex7659540191D3691128
Octal1661311240313566112150
Binary11101101011001101010001100111101110110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765954; }

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

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

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

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

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

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

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

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