#775353

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

Shades of Buccaneer #775353

Tints of Buccaneer #775353

Color information

#775353 (or 0x775353) is unknown color: approx Buccaneer. HEX triplet: 77, 53 and 53. RGB value is (119,83,83). Sum of RGB (Red+Green+Blue) = 119+83+83=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775353 is #88ACAC. Grayscale: #5D5D5D. Windows color (decimal): -8957101 or 5460855. OLE color: 5460855.

HSL color Cylindrical-coordinate representation of color #775353: hue angle of 0º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775353 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1198383-
CMYK00.300.300.53
HSL17.82%39.61%-
HSV(B)30.25%46.67%-
XYZ12.2610.739.61-
YUV93.76121.93146-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=41.75%
G=29.12%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119838300.300.300.53017.8239.61
Hex77535301E1E3501228
Octal167123123036366502250
Binary11101111010011101001101111011110110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775353; }

 p { color: rgb(119,83,83); }

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

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

 a { background-color: rgb(119,83,83); }

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

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

 span { border-color: rgb(119,83,83); }

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