#7A4B49

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

Shades of Buccaneer #7A4B49

Tints of Buccaneer #7A4B49

Color information

#7A4B49 (or 0x7A4B49) is unknown color: approx Buccaneer. HEX triplet: 7A, 4B and 49. RGB value is (122,75,73). Sum of RGB (Red+Green+Blue) = 122+75+73=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4B49 is #85B4B6. Grayscale: #585858. Windows color (decimal): -8762551 or 4803450. OLE color: 4803450.

HSL color Cylindrical-coordinate representation of color #7A4B49: hue angle of 2.45º 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 #7A4B49 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1227573-
CMYK00.390.400.52
HSL2.45º25.13%38.24%-
HSV(B)2.45º40.16%47.84%-
XYZ11.749.657.55-
YUV88.82119.07151.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.19%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=45.19%
G=27.78%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122757300.390.400.522.4525.1338.24
Hex7A4B49027283421926
Octal172113111047506423146
Binary11110101001011100100101001111010001101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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