#774B48

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

Shades of Buccaneer #774B48

Tints of Buccaneer #774B48

Color information

#774B48 (or 0x774B48) is unknown color: approx Buccaneer. HEX triplet: 77, 4B and 48. RGB value is (119,75,72). Sum of RGB (Red+Green+Blue) = 119+75+72=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B48 is #88B4B7. Grayscale: #575757. Windows color (decimal): -8959160 or 4737911. OLE color: 4737911.

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

Color convert

RGB1197572-
CMYK00.370.390.53
HSL3.83º24.61%37.45%-
HSV(B)3.83º39.5%46.67%-
XYZ11.299.427.35-
YUV87.81119.08150.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=44.74%
G=28.20%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119757200.370.390.533.8324.6137.45
Hex774B48025273541925
Octal167113110045476543145
Binary111011110010111001000010010110011111010110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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