#755151

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

Shades of Buccaneer #755151

Tints of Buccaneer #755151

Color information

#755151 (or 0x755151) is unknown color: approx Buccaneer. HEX triplet: 75, 51 and 51. RGB value is (117,81,81). Sum of RGB (Red+Green+Blue) = 117+81+81=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755151 is #8AAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9088687 or 5329269. OLE color: 5329269.

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

Color convert

RGB1178181-
CMYK00.310.310.54
HSL18.18%38.82%-
HSV(B)30.77%45.88%-
XYZ11.7610.269.15-
YUV91.76121.93146-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=41.94%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117818100.310.310.54018.1838.82
Hex75515101F1F3601227
Octal165121121037376602247
Binary11101011010001101000101111111111110110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755151; }

 p { color: rgb(117,81,81); }

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

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

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

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

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

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

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