#784F4C

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

Shades of Buccaneer #784F4C

Tints of Buccaneer #784F4C

Color information

#784F4C (or 0x784F4C) is unknown color: approx Buccaneer. HEX triplet: 78, 4F and 4C. RGB value is (120,79,76). Sum of RGB (Red+Green+Blue) = 120+79+76=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F4C is #87B0B3. Grayscale: #5A5A5A. Windows color (decimal): -8892596 or 5001080. OLE color: 5001080.

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

Color convert

RGB1207976-
CMYK00.340.370.53
HSL4.09º22.45%38.43%-
HSV(B)4.09º36.67%47.06%-
XYZ11.8510.118.16-
YUV90.92119.58148.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=43.64%
G=28.73%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120797600.340.370.534.0922.4538.43
Hex784F4C022253541626
Octal170117114042456542646
Binary111100010011111001100010001010010111010110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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