#7C5852

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

Shades of Buccaneer #7C5852

Tints of Buccaneer #7C5852

Color information

#7C5852 (or 0x7C5852) is unknown color: approx Buccaneer. HEX triplet: 7C, 58 and 52. RGB value is (124,88,82). Sum of RGB (Red+Green+Blue) = 124+88+82=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5852 is #83A7AD. Grayscale: #626262. Windows color (decimal): -8628142 or 5396604. OLE color: 5396604.

HSL color Cylindrical-coordinate representation of color #7C5852: hue angle of 8.57º 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 #7C5852 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1248882-
CMYK00.290.340.51
HSL8.57º20.39%40.39%-
HSV(B)8.57º33.87%48.63%-
XYZ13.3211.879.57-
YUV98.08118.93146.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=42.18%
G=29.93%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124888200.290.340.518.5720.3940.39
Hex7C585201D223391428
Octal1741301220354263112450
Binary111110010110001010010011101100010110011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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