#774E48

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

Shades of Buccaneer #774E48

Tints of Buccaneer #774E48

Color information

#774E48 (or 0x774E48) is unknown color: approx Buccaneer. HEX triplet: 77, 4E and 48. RGB value is (119,78,72). Sum of RGB (Red+Green+Blue) = 119+78+72=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E48 is #88B1B7. Grayscale: #595959. Windows color (decimal): -8958392 or 4738679. OLE color: 4738679.

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

Color convert

RGB1197872-
CMYK00.340.390.53
HSL7.66º24.61%37.45%-
HSV(B)7.66º39.5%46.67%-
XYZ11.59.847.42-
YUV89.57118.08148.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=44.24%
G=29.00%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119787200.340.390.537.6624.6137.45
Hex774E48022273581925
Octal1671161100424765103145
Binary1110111100111010010000100010100111110101100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E48; }

 p { color: rgb(119,78,72); }

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

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

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

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

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

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

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