#7C5352

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

Shades of Buccaneer #7C5352

Tints of Buccaneer #7C5352

Color information

#7C5352 (or 0x7C5352) is unknown color: approx Buccaneer. HEX triplet: 7C, 53 and 52. RGB value is (124,83,82). Sum of RGB (Red+Green+Blue) = 124+83+82=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5352 is #83ACAD. Grayscale: #5F5F5F. Windows color (decimal): -8629422 or 5395324. OLE color: 5395324.

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

Color convert

RGB1248382-
CMYK00.330.340.51
HSL1.43º20.39%40.39%-
HSV(B)1.43º33.87%48.63%-
XYZ12.9311.089.44-
YUV95.14120.58148.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=42.91%
G=28.72%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124838200.330.340.511.4320.3940.39
Hex7C5352021223311428
Octal174123122041426312450
Binary1111100101001110100100100001100010110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,82); }

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

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

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

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

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

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

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