#774E4A

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

Shades of Buccaneer #774E4A

Tints of Buccaneer #774E4A

Color information

#774E4A (or 0x774E4A) is unknown color: approx Buccaneer. HEX triplet: 77, 4E and 4A. RGB value is (119,78,74). Sum of RGB (Red+Green+Blue) = 119+78+74=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E4A is #88B1B5. Grayscale: #595959. Windows color (decimal): -8958390 or 4869751. OLE color: 4869751.

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

Color convert

RGB1197874-
CMYK00.340.380.53
HSL5.33º23.32%37.84%-
HSV(B)5.33º37.82%46.67%-
XYZ11.579.877.77-
YUV89.8119.08148.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=43.91%
G=28.78%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119787400.340.380.535.3323.3237.84
Hex774E4A022263551726
Octal167116112042466552746
Binary111011110011101001010010001010011011010110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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