#774C49

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

Shades of Buccaneer #774C49

Tints of Buccaneer #774C49

Color information

#774C49 (or 0x774C49) is unknown color: approx Buccaneer. HEX triplet: 77, 4C and 49. RGB value is (119,76,73). Sum of RGB (Red+Green+Blue) = 119+76+73=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C49 is #88B3B6. Grayscale: #585858. Windows color (decimal): -8958903 or 4803703. OLE color: 4803703.

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

Color convert

RGB1197673-
CMYK00.360.390.53
HSL3.91º23.96%37.65%-
HSV(B)3.91º38.66%46.67%-
XYZ11.399.577.55-
YUV88.51119.25149.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=44.40%
G=28.36%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119767300.360.390.533.9123.9637.65
Hex774C49024273541826
Octal167114111044476543046
Binary111011110011001001001010010010011111010110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,73); }

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

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

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

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

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

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

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