#775653

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

Shades of Buccaneer #775653

Tints of Buccaneer #775653

Color information

#775653 (or 0x775653) is unknown color: approx Buccaneer. HEX triplet: 77, 56 and 53. RGB value is (119,86,83). Sum of RGB (Red+Green+Blue) = 119+86+83=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775653 is #88A9AC. Grayscale: #5F5F5F. Windows color (decimal): -8956333 or 5461623. OLE color: 5461623.

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

Color convert

RGB1198683-
CMYK00.280.300.53
HSL17.82%39.61%-
HSV(B)30.25%46.67%-
XYZ12.511.29.69-
YUV95.52120.93144.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=41.32%
G=29.86%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119868300.280.300.53517.8239.61
Hex77565301C1E3551228
Octal167126123034366552250
Binary1110111101011010100110111001111011010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775653; }

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

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

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

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

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

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

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

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