#784A4A

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

Shades of Buccaneer #784A4A

Tints of Buccaneer #784A4A

Color information

#784A4A (or 0x784A4A) is unknown color: approx Buccaneer. HEX triplet: 78, 4A and 4A. RGB value is (120,74,74). Sum of RGB (Red+Green+Blue) = 120+74+74=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #784A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A4A is #87B5B5. Grayscale: #575757. Windows color (decimal): -8893878 or 4868728. OLE color: 4868728.

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

Color convert

RGB1207474-
CMYK00.380.380.53
HSL23.71%38.04%-
HSV(B)38.33%47.06%-
XYZ11.439.397.69-
YUV87.75120.24151-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=44.78%
G=27.61%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120747400.380.380.53023.7138.04
Hex784A4A026263501826
Octal170112112046466503046
Binary1111000100101010010100100110100110110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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