#774D4A

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

Shades of Buccaneer #774D4A

Tints of Buccaneer #774D4A

Color information

#774D4A (or 0x774D4A) is unknown color: approx Buccaneer. HEX triplet: 77, 4D and 4A. RGB value is (119,77,74). Sum of RGB (Red+Green+Blue) = 119+77+74=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D4A is #88B2B5. Grayscale: #595959. Windows color (decimal): -8958646 or 4869495. OLE color: 4869495.

HSL color Cylindrical-coordinate representation of color #774D4A: hue angle of 4º 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 #774D4A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1197774-
CMYK00.350.380.53
HSL23.32%37.84%-
HSV(B)37.82%46.67%-
XYZ11.59.727.75-
YUV89.22119.41149.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=44.07%
G=28.52%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119777400.350.380.53423.3237.84
Hex774D4A023263541726
Octal167115112043466542746
Binary111011110011011001010010001110011011010110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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