#774F4E

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

Shades of Buccaneer #774F4E

Tints of Buccaneer #774F4E

Color information

#774F4E (or 0x774F4E) is unknown color: approx Buccaneer. HEX triplet: 77, 4F and 4E. RGB value is (119,79,78). Sum of RGB (Red+Green+Blue) = 119+79+78=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F4E is #88B0B1. Grayscale: #5A5A5A. Windows color (decimal): -8958130 or 5132151. OLE color: 5132151.

HSL color Cylindrical-coordinate representation of color #774F4E: hue angle of 1.46º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774F4E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1197978-
CMYK00.340.340.53
HSL1.46º20.81%38.63%-
HSV(B)1.46º34.45%46.67%-
XYZ11.7810.068.53-
YUV90.85120.75148.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=43.12%
G=28.62%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119797800.340.340.531.4620.8138.63
Hex774F4E022223511527
Octal167117116042426512547
Binary1110111100111110011100100010100010110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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