#755650

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

Shades of Buccaneer #755650

Tints of Buccaneer #755650

Color information

#755650 (or 0x755650) is unknown color: approx Buccaneer. HEX triplet: 75, 56 and 50. RGB value is (117,86,80). Sum of RGB (Red+Green+Blue) = 117+86+80=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755650 is #8AA9AF. Grayscale: #5E5E5E. Windows color (decimal): -9087408 or 5265013. OLE color: 5265013.

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

Color convert

RGB1178680-
CMYK00.260.320.54
HSL9.73º18.78%38.63%-
HSV(B)9.73º31.62%45.88%-
XYZ12.1111.029.08-
YUV94.58119.77143.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=41.34%
G=30.39%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117868000.260.320.549.7318.7838.63
Hex75565001A2036a1327
Octal1651261200324066122347
Binary111010110101101010000011010100000110110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755650; }

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

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

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

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

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

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

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

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