#7A5852

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

Shades of Buccaneer #7A5852

Tints of Buccaneer #7A5852

Color information

#7A5852 (or 0x7A5852) is unknown color: approx Buccaneer. HEX triplet: 7A, 58 and 52. RGB value is (122,88,82). Sum of RGB (Red+Green+Blue) = 122+88+82=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5852 is #85A7AD. Grayscale: #616161. Windows color (decimal): -8759214 or 5396602. OLE color: 5396602.

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

Color convert

RGB1228882-
CMYK00.280.330.52
HSL19.61%40%-
HSV(B)32.79%47.84%-
XYZ13.0411.739.56-
YUV97.48119.26145.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=41.78%
G=30.14%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122888200.280.330.52919.6140
Hex7A585201C213491428
Octal1721301220344164112450
Binary111101010110001010010011100100001110100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,82); }

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

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

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

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

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

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

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