#784D4D

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

Shades of Buccaneer #784D4D

Tints of Buccaneer #784D4D

Color information

#784D4D (or 0x784D4D) is unknown color: approx Buccaneer. HEX triplet: 78, 4D and 4D. RGB value is (120,77,77). Sum of RGB (Red+Green+Blue) = 120+77+77=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #784D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D4D is #87B2B2. Grayscale: #595959. Windows color (decimal): -8893107 or 5066104. OLE color: 5066104.

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

Color convert

RGB1207777-
CMYK00.360.360.53
HSL21.83%38.63%-
HSV(B)35.83%47.06%-
XYZ11.749.848.3-
YUV89.86120.75149.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=43.80%
G=28.10%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120777700.360.360.53021.8338.63
Hex784D4D024243501627
Octal170115115044446502647
Binary1111000100110110011010100100100100110101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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