#784E4A

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

Shades of Buccaneer #784E4A

Tints of Buccaneer #784E4A

Color information

#784E4A (or 0x784E4A) is unknown color: approx Buccaneer. HEX triplet: 78, 4E and 4A. RGB value is (120,78,74). Sum of RGB (Red+Green+Blue) = 120+78+74=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E4A is #87B1B5. Grayscale: #5A5A5A. Windows color (decimal): -8892854 or 4869752. OLE color: 4869752.

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

Color convert

RGB1207874-
CMYK00.350.380.53
HSL5.22º23.71%38.04%-
HSV(B)5.22º38.33%47.06%-
XYZ11.719.947.78-
YUV90.1118.91149.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=44.12%
G=28.68%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120787400.350.380.535.2223.7138.04
Hex784E4A023263551826
Octal170116112043466553046
Binary111100010011101001010010001110011011010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,78,74); }

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

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

 a { background-color: rgb(120,78,74); }

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

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

 span { border-color: rgb(120,78,74); }

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