#775555

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

Shades of Buccaneer #775555

Tints of Buccaneer #775555

Color information

#775555 (or 0x775555) is unknown color: approx Buccaneer. HEX triplet: 77, 55 and 55. RGB value is (119,85,85). Sum of RGB (Red+Green+Blue) = 119+85+85=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775555 is #88AAAA. Grayscale: #5F5F5F. Windows color (decimal): -8956587 or 5592439. OLE color: 5592439.

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

Color convert

RGB1198585-
CMYK00.290.290.53
HSL16.67%40%-
HSV(B)28.57%46.67%-
XYZ12.511.0710.07-
YUV95.17122.26145-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=41.18%
G=29.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119858500.290.290.53016.6740
Hex77555501D1D3501128
Octal167125125035356502150
Binary11101111010101101010101110111101110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775555; }

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

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

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

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

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

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

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

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