#765953

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

Shades of Buccaneer #765953

Tints of Buccaneer #765953

Color information

#765953 (or 0x765953) is unknown color: approx Buccaneer. HEX triplet: 76, 59 and 53. RGB value is (118,89,83). Sum of RGB (Red+Green+Blue) = 118+89+83=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765953 is #89A6AC. Grayscale: #616161. Windows color (decimal): -9021101 or 5462390. OLE color: 5462390.

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

Color convert

RGB1188983-
CMYK00.250.300.54
HSL10.29º17.41%39.41%-
HSV(B)10.29º29.66%46.27%-
XYZ12.611.629.76-
YUV96.99120.11142.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=40.69%
G=30.69%
B=28.62%

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
Decimal118898300.250.300.5410.2917.4139.41
Hex7659530191E36a1127
Octal1661311230313666122147
Binary11101101011001101001101100111110110110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765953; }

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

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

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

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

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

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

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

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