#774948

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

Shades of Buccaneer #774948

Tints of Buccaneer #774948

Color information

#774948 (or 0x774948) is unknown color: approx Buccaneer. HEX triplet: 77, 49 and 48. RGB value is (119,73,72). Sum of RGB (Red+Green+Blue) = 119+73+72=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774948 is #88B6B7. Grayscale: #565656. Windows color (decimal): -8959672 or 4737399. OLE color: 4737399.

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

Color convert

RGB1197372-
CMYK00.390.390.53
HSL1.28º24.61%37.45%-
HSV(B)1.28º39.5%46.67%-
XYZ11.169.157.31-
YUV86.64119.74151.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=45.08%
G=27.65%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119737200.390.390.531.2824.6137.45
Hex774948027273511925
Octal167111110047476513145
Binary1110111100100110010000100111100111110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774948; }

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

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

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

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

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

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

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

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