#765755

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

Shades of Buccaneer #765755

Tints of Buccaneer #765755

Color information

#765755 (or 0x765755) is unknown color: approx Buccaneer. HEX triplet: 76, 57 and 55. RGB value is (118,87,85). Sum of RGB (Red+Green+Blue) = 118+87+85=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765755 is #89A8AA. Grayscale: #606060. Windows color (decimal): -9021611 or 5592950. OLE color: 5592950.

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

Color convert

RGB1188785-
CMYK00.260.280.54
HSL3.64º16.26%39.8%-
HSV(B)3.64º27.97%46.27%-
XYZ12.5211.3210.12-
YUV96.04121.77143.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=40.69%
G=30%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118878500.260.280.543.6416.2639.8
Hex76575501A1C3641028
Octal166127125032346642050
Binary1110110101011110101010110101110011011010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765755; }

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

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

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

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

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

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

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

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