#774F4D

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

Shades of Buccaneer #774F4D

Tints of Buccaneer #774F4D

Color information

#774F4D (or 0x774F4D) is unknown color: approx Buccaneer. HEX triplet: 77, 4F and 4D. RGB value is (119,79,77). Sum of RGB (Red+Green+Blue) = 119+79+77=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F4D is #88B0B2. Grayscale: #5A5A5A. Windows color (decimal): -8958131 or 5066615. OLE color: 5066615.

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

Color convert

RGB1197977-
CMYK00.340.350.53
HSL2.86º21.43%38.43%-
HSV(B)2.86º35.29%46.67%-
XYZ11.7410.058.34-
YUV90.73120.25148.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 77 (30.47% from 255) = 28%
R=43.27%
G=28.73%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119797700.340.350.532.8621.4338.43
Hex774F4D022233531526
Octal167117115042436532546
Binary11101111001111100110101000101000111101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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