#7A4949

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

Shades of Buccaneer #7A4949

Tints of Buccaneer #7A4949

Color information

#7A4949 (or 0x7A4949) is unknown color: approx Buccaneer. HEX triplet: 7A, 49 and 49. RGB value is (122,73,73). Sum of RGB (Red+Green+Blue) = 122+73+73=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4949 is #85B6B6. Grayscale: #575757. Windows color (decimal): -8763063 or 4802938. OLE color: 4802938.

HSL color Cylindrical-coordinate representation of color #7A4949: hue angle of 0º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4949 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1227373-
CMYK00.400.400.52
HSL25.13%38.24%-
HSV(B)40.16%47.84%-
XYZ11.619.387.5-
YUV87.65119.73152.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=45.52%
G=27.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122737300.400.400.52025.1338.24
Hex7A4949028283401926
Octal172111111050506403146
Binary1111010100100110010010101000101000110100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4949; }

 p { color: rgb(122,73,73); }

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

<style>
 a { background-color: #7A4949; }

 a { background-color: rgb(122,73,73); }

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

<style>
 span { border-color: #7A4949; }

 span { border-color: rgb(122,73,73); }

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