#765650

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

Shades of Buccaneer #765650

Tints of Buccaneer #765650

Color information

#765650 (or 0x765650) is unknown color: approx Buccaneer. HEX triplet: 76, 56 and 50. RGB value is (118,86,80). Sum of RGB (Red+Green+Blue) = 118+86+80=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765650 is #89A9AF. Grayscale: #5E5E5E. Windows color (decimal): -9021872 or 5265014. OLE color: 5265014.

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

Color convert

RGB1188680-
CMYK00.270.320.54
HSL9.47º19.19%38.82%-
HSV(B)9.47º32.2%46.27%-
XYZ12.2511.099.08-
YUV94.88119.6144.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=41.55%
G=30.28%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118868000.270.320.549.4719.1938.82
Hex76565001B203691327
Octal1661261200334066112347
Binary111011010101101010000011011100000110110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765650; }

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

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

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

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

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

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

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

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