#775954

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

Shades of Buccaneer #775954

Tints of Buccaneer #775954

Color information

#775954 (or 0x775954) is unknown color: approx Buccaneer. HEX triplet: 77, 59 and 54. RGB value is (119,89,84). Sum of RGB (Red+Green+Blue) = 119+89+84=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775954 is #88A6AB. Grayscale: #616161. Windows color (decimal): -8955564 or 5527927. OLE color: 5527927.

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

Color convert

RGB1198984-
CMYK00.250.290.53
HSL8.57º17.24%39.8%-
HSV(B)8.57º29.41%46.67%-
XYZ12.7811.719.97-
YUV97.4120.44143.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 84 (33.20% from 255) = 28.77%
R=40.75%
G=30.48%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898400.250.290.538.5717.2439.8
Hex7759540191D3591128
Octal1671311240313565112150
Binary11101111011001101010001100111101110101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775954; }

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

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

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

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

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

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

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

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