#704E4E

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

Shades of Buccaneer #704E4E

Tints of Buccaneer #704E4E

Color information

#704E4E (or 0x704E4E) is unknown color: approx Buccaneer. HEX triplet: 70, 4E and 4E. RGB value is (112,78,78). Sum of RGB (Red+Green+Blue) = 112+78+78=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E4E is #8FB1B1. Grayscale: #585858. Windows color (decimal): -9417138 or 5131888. OLE color: 5131888.

HSL color Cylindrical-coordinate representation of color #704E4E: hue angle of 0º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E4E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1127878-
CMYK00.300.300.56
HSL17.89%37.25%-
HSV(B)30.36%43.92%-
XYZ10.789.448.46-
YUV88.17122.26145-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=41.79%
G=29.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112787800.300.300.56017.8937.25
Hex704E4E01E1E3801225
Octal160116116036367002245
Binary11100001001110100111001111011110111000010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E4E; }

 p { color: rgb(112,78,78); }

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

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

 a { background-color: rgb(112,78,78); }

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

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

 span { border-color: rgb(112,78,78); }

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