#784948

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

Shades of Buccaneer #784948

Tints of Buccaneer #784948

Color information

#784948 (or 0x784948) is unknown color: approx Buccaneer. HEX triplet: 78, 49 and 48. RGB value is (120,73,72). Sum of RGB (Red+Green+Blue) = 120+73+72=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784948 is #87B6B7. Grayscale: #565656. Windows color (decimal): -8894136 or 4737400. OLE color: 4737400.

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

Color convert

RGB1207372-
CMYK00.390.400.53
HSL1.25º25%37.65%-
HSV(B)1.25º40%47.06%-
XYZ11.39.237.32-
YUV86.94119.57151.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=45.28%
G=27.55%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737200.390.400.531.252537.65
Hex784948027283511926
Octal170111110047506513146
Binary1111000100100110010000100111101000110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784948; }

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

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

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

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

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

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

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

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