#784848

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

Shades of Buccaneer #784848

Tints of Buccaneer #784848

Color information

#784848 (or 0x784848) is unknown color: approx Buccaneer. HEX triplet: 78, 48 and 48. RGB value is (120,72,72). Sum of RGB (Red+Green+Blue) = 120+72+72=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #784848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784848 is #87B7B7. Grayscale: #565656. Windows color (decimal): -8894392 or 4737144. OLE color: 4737144.

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

Color convert

RGB1207272-
CMYK00.400.400.53
HSL25%37.65%-
HSV(B)40%47.06%-
XYZ11.239.17.29-
YUV86.35119.9152-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120727200.400.400.5302537.65
Hex784848028283501926
Octal170110110050506503146
Binary1111000100100010010000101000101000110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784848; }

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

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

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

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

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

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

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

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