#744F4E

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

Shades of Buccaneer #744F4E

Tints of Buccaneer #744F4E

Color information

#744F4E (or 0x744F4E) is unknown color: approx Buccaneer. HEX triplet: 74, 4F and 4E. RGB value is (116,79,78). Sum of RGB (Red+Green+Blue) = 116+79+78=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #744F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F4E is #8BB0B1. Grayscale: #595959. Windows color (decimal): -9154738 or 5132148. OLE color: 5132148.

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

Color convert

RGB1167978-
CMYK00.320.330.55
HSL1.58º19.59%38.04%-
HSV(B)1.58º32.76%45.49%-
XYZ11.379.868.51-
YUV89.95121.26146.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=42.49%
G=28.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116797800.320.330.551.5819.5938.04
Hex744F4E020213721426
Octal164117116040416722446
Binary11101001001111100111001000001000011101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744F4E; }

 p { color: rgb(116,79,78); }

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

<style>
 a { background-color: #744F4E; }

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

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

<style>
 span { border-color: #744F4E; }

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

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