#775151

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

Shades of Buccaneer #775151

Tints of Buccaneer #775151

Color information

#775151 (or 0x775151) is unknown color: approx Buccaneer. HEX triplet: 77, 51 and 51. RGB value is (119,81,81). Sum of RGB (Red+Green+Blue) = 119+81+81=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775151 is #88AEAE. Grayscale: #5C5C5C. Windows color (decimal): -8957615 or 5329271. OLE color: 5329271.

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

Color convert

RGB1198181-
CMYK00.320.320.53
HSL19%39.22%-
HSV(B)31.93%46.67%-
XYZ12.0410.49.16-
YUV92.36121.59147-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=42.35%
G=28.83%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119818100.320.320.5301939.22
Hex775151020203501327
Octal167121121040406502347
Binary1110111101000110100010100000100000110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775151; }

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

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

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

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

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

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

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

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