#734C4C

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

Shades of Buccaneer #734C4C

Tints of Buccaneer #734C4C

Color information

#734C4C (or 0x734C4C) is unknown color: approx Buccaneer. HEX triplet: 73, 4C and 4C. RGB value is (115,76,76). Sum of RGB (Red+Green+Blue) = 115+76+76=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #734C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C4C is #8CB3B3. Grayscale: #575757. Windows color (decimal): -9221044 or 5000307. OLE color: 5000307.

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

Color convert

RGB1157676-
CMYK00.340.340.55
HSL20.42%37.45%-
HSV(B)33.91%45.1%-
XYZ10.969.348.06-
YUV87.66121.42147.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=43.07%
G=28.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115767600.340.340.55020.4237.45
Hex734C4C022223701425
Octal163114114042426702445
Binary1110011100110010011000100010100010110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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