#774C48

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

Shades of Buccaneer #774C48

Tints of Buccaneer #774C48

Color information

#774C48 (or 0x774C48) is unknown color: approx Buccaneer. HEX triplet: 77, 4C and 48. RGB value is (119,76,72). Sum of RGB (Red+Green+Blue) = 119+76+72=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C48 is #88B3B7. Grayscale: #585858. Windows color (decimal): -8958904 or 4738167. OLE color: 4738167.

HSL color Cylindrical-coordinate representation of color #774C48: hue angle of 5.11º 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 #774C48 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1197672-
CMYK00.360.390.53
HSL5.11º24.61%37.45%-
HSV(B)5.11º39.5%46.67%-
XYZ11.369.567.38-
YUV88.4118.75149.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=44.57%
G=28.46%
B=26.97%

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
Decimal119767200.360.390.535.1124.6137.45
Hex774C48024273551925
Octal167114110044476553145
Binary111011110011001001000010010010011111010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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