#7A564E

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

Shades of Buccaneer #7A564E

Tints of Buccaneer #7A564E

Color information

#7A564E (or 0x7A564E) is unknown color: approx Buccaneer. HEX triplet: 7A, 56 and 4E. RGB value is (122,86,78). Sum of RGB (Red+Green+Blue) = 122+86+78=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A564E is #85A9B1. Grayscale: #5F5F5F. Windows color (decimal): -8759730 or 5133946. OLE color: 5133946.

HSL color Cylindrical-coordinate representation of color #7A564E: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A564E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1228678-
CMYK00.300.360.52
HSL10.91º22%39.22%-
HSV(B)10.91º36.07%47.84%-
XYZ12.7311.348.73-
YUV95.85117.93146.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=42.66%
G=30.07%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122867800.300.360.5210.912239.22
Hex7A564E01E2434b1627
Octal1721261160364464132647
Binary111101010101101001110011110100100110100101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,78); }

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

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

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

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

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

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

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