#755250

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

Shades of Buccaneer #755250

Tints of Buccaneer #755250

Color information

#755250 (or 0x755250) is unknown color: approx Buccaneer. HEX triplet: 75, 52 and 50. RGB value is (117,82,80). Sum of RGB (Red+Green+Blue) = 117+82+80=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755250 is #8AADAF. Grayscale: #5C5C5C. Windows color (decimal): -9088432 or 5263989. OLE color: 5263989.

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

Color convert

RGB1178280-
CMYK00.300.320.54
HSL3.24º18.78%38.63%-
HSV(B)3.24º31.62%45.88%-
XYZ11.810.48.97-
YUV92.24121.1145.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=41.94%
G=29.39%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117828000.300.320.543.2418.7838.63
Hex75525001E203631327
Octal165122120036406632347
Binary1110101101001010100000111101000001101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755250; }

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

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

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

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

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

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

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

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