#774A4A

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

Shades of Buccaneer #774A4A

Tints of Buccaneer #774A4A

Color information

#774A4A (or 0x774A4A) is unknown color: approx Buccaneer. HEX triplet: 77, 4A and 4A. RGB value is (119,74,74). Sum of RGB (Red+Green+Blue) = 119+74+74=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A4A is #88B5B5. Grayscale: #575757. Windows color (decimal): -8959414 or 4868727. OLE color: 4868727.

HSL color Cylindrical-coordinate representation of color #774A4A: 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.38%. Process color model (Four color, CMYK) of #774A4A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1197474-
CMYK00.380.380.53
HSL23.32%37.84%-
HSV(B)37.82%46.67%-
XYZ11.299.317.68-
YUV87.45120.41150.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=44.57%
G=27.72%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119747400.380.380.53023.3237.84
Hex774A4A026263501726
Octal167112112046466502746
Binary1110111100101010010100100110100110110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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