#774B4B

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

Shades of Buccaneer #774B4B

Tints of Buccaneer #774B4B

Color information

#774B4B (or 0x774B4B) is unknown color: approx Buccaneer. HEX triplet: 77, 4B and 4B. RGB value is (119,75,75). Sum of RGB (Red+Green+Blue) = 119+75+75=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B4B is #88B4B4. Grayscale: #585858. Windows color (decimal): -8959157 or 4934519. OLE color: 4934519.

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

Color convert

RGB1197575-
CMYK00.370.370.53
HSL22.68%38.04%-
HSV(B)36.97%46.67%-
XYZ11.399.467.88-
YUV88.16120.58150-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=44.24%
G=27.88%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119757500.370.370.53022.6838.04
Hex774B4B025253501726
Octal167113113045456502746
Binary1110111100101110010110100101100101110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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