#784F4A

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

Shades of Buccaneer #784F4A

Tints of Buccaneer #784F4A

Color information

#784F4A (or 0x784F4A) is unknown color: approx Buccaneer. HEX triplet: 78, 4F and 4A. RGB value is (120,79,74). Sum of RGB (Red+Green+Blue) = 120+79+74=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F4A is #87B0B5. Grayscale: #5A5A5A. Windows color (decimal): -8892598 or 4870008. OLE color: 4870008.

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

Color convert

RGB1207974-
CMYK00.340.380.53
HSL6.52º23.71%38.04%-
HSV(B)6.52º38.33%47.06%-
XYZ11.7810.087.8-
YUV90.69118.58148.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=43.96%
G=28.94%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120797400.340.380.536.5223.7138.04
Hex784F4A022263571826
Octal170117112042466573046
Binary111100010011111001010010001010011011010111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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