#7A514C

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

Shades of Buccaneer #7A514C

Tints of Buccaneer #7A514C

Color information

#7A514C (or 0x7A514C) is unknown color: approx Buccaneer. HEX triplet: 7A, 51 and 4C. RGB value is (122,81,76). Sum of RGB (Red+Green+Blue) = 122+81+76=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A514C is #85AEB3. Grayscale: #5C5C5C. Windows color (decimal): -8761012 or 5001594. OLE color: 5001594.

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

Color convert

RGB1228176-
CMYK00.340.380.52
HSL6.52º23.23%38.82%-
HSV(B)6.52º37.7%47.84%-
XYZ12.2710.548.23-
YUV92.69118.58148.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=43.73%
G=29.03%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122817600.340.380.526.5223.2338.82
Hex7A514C022263471727
Octal172121114042466472747
Binary111101010100011001100010001010011011010011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,76); }

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

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

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

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

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

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

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