#775853

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

Shades of Buccaneer #775853

Tints of Buccaneer #775853

Color information

#775853 (or 0x775853) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 53. RGB value is (119,88,83). Sum of RGB (Red+Green+Blue) = 119+88+83=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775853 is #88A7AC. Grayscale: #606060. Windows color (decimal): -8955821 or 5462135. OLE color: 5462135.

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

Color convert

RGB1198883-
CMYK00.260.300.53
HSL8.33º17.82%39.61%-
HSV(B)8.33º30.25%46.67%-
XYZ12.6611.539.74-
YUV96.7120.27143.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=41.03%
G=30.34%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888300.260.300.538.3317.8239.61
Hex77585301A1E3581228
Octal1671301230323665102250
Binary11101111011000101001101101011110110101100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775853; }

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

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

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

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

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

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

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

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