#784E4B

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

Shades of Buccaneer #784E4B

Tints of Buccaneer #784E4B

Color information

#784E4B (or 0x784E4B) is unknown color: approx Buccaneer. HEX triplet: 78, 4E and 4B. RGB value is (120,78,75). Sum of RGB (Red+Green+Blue) = 120+78+75=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E4B is #87B1B4. Grayscale: #5A5A5A. Windows color (decimal): -8892853 or 4935288. OLE color: 4935288.

HSL color Cylindrical-coordinate representation of color #784E4B: hue angle of 4º degrees, saturation: 0.23, 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 #784E4B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1207875-
CMYK00.350.370.53
HSL23.08%38.24%-
HSV(B)37.5%47.06%-
XYZ11.749.957.96-
YUV90.22119.41149.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=43.96%
G=28.57%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120787500.350.370.53423.0838.24
Hex784E4B023253541726
Octal170116113043456542746
Binary111100010011101001011010001110010111010110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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