#774848

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

Shades of Buccaneer #774848

Tints of Buccaneer #774848

Color information

#774848 (or 0x774848) is unknown color: approx Buccaneer. HEX triplet: 77, 48 and 48. RGB value is (119,72,72). Sum of RGB (Red+Green+Blue) = 119+72+72=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774848 is #88B7B7. Grayscale: #565656. Windows color (decimal): -8959928 or 4737143. OLE color: 4737143.

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

Color convert

RGB1197272-
CMYK00.390.390.53
HSL24.61%37.45%-
HSV(B)39.5%46.67%-
XYZ11.099.027.29-
YUV86.05120.07151.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=45.25%
G=27.38%
B=27.38%

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
Decimal119727200.390.390.53024.6137.45
Hex774848027273501925
Octal167110110047476503145
Binary1110111100100010010000100111100111110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774848; }

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

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

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

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

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

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

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

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