#734E4E

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

Shades of Buccaneer #734E4E

Tints of Buccaneer #734E4E

Color information

#734E4E (or 0x734E4E) is unknown color: approx Buccaneer. HEX triplet: 73, 4E and 4E. RGB value is (115,78,78). Sum of RGB (Red+Green+Blue) = 115+78+78=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #734E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E4E is #8CB1B1. Grayscale: #595959. Windows color (decimal): -9220530 or 5131891. OLE color: 5131891.

HSL color Cylindrical-coordinate representation of color #734E4E: hue angle of 0º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E4E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1157878-
CMYK00.320.320.55
HSL19.17%37.84%-
HSV(B)32.17%45.1%-
XYZ11.179.648.48-
YUV89.06121.76146.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=42.44%
G=28.78%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115787800.320.320.55019.1737.84
Hex734E4E020203701326
Octal163116116040406702346
Binary1110011100111010011100100000100000110111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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