#774747

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

Shades of Buccaneer #774747

Tints of Buccaneer #774747

Color information

#774747 (or 0x774747) is unknown color: approx Buccaneer. HEX triplet: 77, 47 and 47. RGB value is (119,71,71). Sum of RGB (Red+Green+Blue) = 119+71+71=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774747 is #88B8B8. Grayscale: #555555. Windows color (decimal): -8960185 or 4671351. OLE color: 4671351.

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

Color convert

RGB1197171-
CMYK00.400.400.53
HSL25.26%37.25%-
HSV(B)40.34%46.67%-
XYZ118.887.1-
YUV85.35119.9152-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=45.59%
G=27.20%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119717100.400.400.53025.2637.25
Hex774747028283501925
Octal167107107050506503145
Binary1110111100011110001110101000101000110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774747; }

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

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

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

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

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

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

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

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