#784D48

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

Shades of Buccaneer #784D48

Tints of Buccaneer #784D48

Color information

#784D48 (or 0x784D48) is unknown color: approx Buccaneer. HEX triplet: 78, 4D and 48. RGB value is (120,77,72). Sum of RGB (Red+Green+Blue) = 120+77+72=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D48 is #87B2B7. Grayscale: #595959. Windows color (decimal): -8893112 or 4738424. OLE color: 4738424.

HSL color Cylindrical-coordinate representation of color #784D48: hue angle of 6.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784D48 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1207772-
CMYK00.360.400.53
HSL6.25º25%37.65%-
HSV(B)6.25º40%47.06%-
XYZ11.579.777.41-
YUV89.29118.25149.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=44.61%
G=28.62%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120777200.360.400.536.252537.65
Hex784D48024283561926
Octal170115110044506563146
Binary111100010011011001000010010010100011010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D48; }

 p { color: rgb(120,77,72); }

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

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

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

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

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

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

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