#774D4B

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

Shades of Buccaneer #774D4B

Tints of Buccaneer #774D4B

Color information

#774D4B (or 0x774D4B) is unknown color: approx Buccaneer. HEX triplet: 77, 4D and 4B. RGB value is (119,77,75). Sum of RGB (Red+Green+Blue) = 119+77+75=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D4B is #88B2B4. Grayscale: #595959. Windows color (decimal): -8958645 or 4935031. OLE color: 4935031.

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

Color convert

RGB1197775-
CMYK00.350.370.53
HSL2.73º22.68%38.04%-
HSV(B)2.73º36.97%46.67%-
XYZ11.539.747.93-
YUV89.33119.91149.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=43.91%
G=28.41%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119777500.350.370.532.7322.6838.04
Hex774D4B023253531726
Octal167115113043456532746
Binary11101111001101100101101000111001011101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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