#784B4B

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

Shades of Buccaneer #784B4B

Tints of Buccaneer #784B4B

Color information

#784B4B (or 0x784B4B) is unknown color: approx Buccaneer. HEX triplet: 78, 4B and 4B. RGB value is (120,75,75). Sum of RGB (Red+Green+Blue) = 120+75+75=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B4B is #87B4B4. Grayscale: #585858. Windows color (decimal): -8893621 or 4934520. OLE color: 4934520.

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

Color convert

RGB1207575-
CMYK00.370.370.53
HSL23.08%38.24%-
HSV(B)37.5%47.06%-
XYZ11.539.537.89-
YUV88.46120.41150.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=44.44%
G=27.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120757500.370.370.53023.0838.24
Hex784B4B025253501726
Octal170113113045456502746
Binary1111000100101110010110100101100101110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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