#774F48

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

Shades of Buccaneer #774F48

Tints of Buccaneer #774F48

Color information

#774F48 (or 0x774F48) is unknown color: approx Buccaneer. HEX triplet: 77, 4F and 48. RGB value is (119,79,72). Sum of RGB (Red+Green+Blue) = 119+79+72=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F48 is #88B0B7. Grayscale: #5A5A5A. Windows color (decimal): -8958136 or 4738935. OLE color: 4738935.

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

Color convert

RGB1197972-
CMYK00.340.390.53
HSL8.94º24.61%37.45%-
HSV(B)8.94º39.5%46.67%-
XYZ11.579.987.45-
YUV90.16117.75148.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=44.07%
G=29.26%
B=26.67%

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
Decimal119797200.340.390.538.9424.6137.45
Hex774F48022273591925
Octal1671171100424765113145
Binary1110111100111110010000100010100111110101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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