#775554

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

Shades of Buccaneer #775554

Tints of Buccaneer #775554

Color information

#775554 (or 0x775554) is unknown color: approx Buccaneer. HEX triplet: 77, 55 and 54. RGB value is (119,85,84). Sum of RGB (Red+Green+Blue) = 119+85+84=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775554 is #88AAAB. Grayscale: #5F5F5F. Windows color (decimal): -8956588 or 5526903. OLE color: 5526903.

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

Color convert

RGB1198584-
CMYK00.290.290.53
HSL1.71º17.24%39.8%-
HSV(B)1.71º29.41%46.67%-
XYZ12.4611.069.87-
YUV95.05121.76145.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=41.32%
G=29.51%
B=29.17%

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
Decimal119858400.290.290.531.7117.2439.8
Hex77555401D1D3521128
Octal167125124035356522150
Binary111011110101011010100011101111011101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775554; }

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

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

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

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

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

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

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

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