#775351

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

Shades of Buccaneer #775351

Tints of Buccaneer #775351

Color information

#775351 (or 0x775351) is unknown color: approx Buccaneer. HEX triplet: 77, 53 and 51. RGB value is (119,83,81). Sum of RGB (Red+Green+Blue) = 119+83+81=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775351 is #88ACAE. Grayscale: #5D5D5D. Windows color (decimal): -8957103 or 5329783. OLE color: 5329783.

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

Color convert

RGB1198381-
CMYK00.300.320.53
HSL3.16º19%39.22%-
HSV(B)3.16º31.93%46.67%-
XYZ12.1910.79.21-
YUV93.54120.93146.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=42.05%
G=29.33%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119838100.300.320.533.161939.22
Hex77535101E203531327
Octal167123121036406532347
Binary1110111101001110100010111101000001101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775351; }

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

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

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

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

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

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

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

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