#7A5353

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

Shades of Buccaneer #7A5353

Tints of Buccaneer #7A5353

Color information

#7A5353 (or 0x7A5353) is unknown color: approx Buccaneer. HEX triplet: 7A, 53 and 53. RGB value is (122,83,83). Sum of RGB (Red+Green+Blue) = 122+83+83=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5353 is #85ACAC. Grayscale: #5E5E5E. Windows color (decimal): -8760493 or 5460858. OLE color: 5460858.

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

Color convert

RGB1228383-
CMYK00.320.320.52
HSL19.02%40.2%-
HSV(B)31.97%47.84%-
XYZ12.6810.959.63-
YUV94.66121.42147.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=42.36%
G=28.82%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122838300.320.320.52019.0240.2
Hex7A5353020203401328
Octal172123123040406402350
Binary1111010101001110100110100000100000110100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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