#7C5957

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

Shades of Buccaneer #7C5957

Tints of Buccaneer #7C5957

Color information

#7C5957 (or 0x7C5957) is unknown color: approx Buccaneer. HEX triplet: 7C, 59 and 57. RGB value is (124,89,87). Sum of RGB (Red+Green+Blue) = 124+89+87=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5957 is #83A6A8. Grayscale: #636363. Windows color (decimal): -8627881 or 5724540. OLE color: 5724540.

HSL color Cylindrical-coordinate representation of color #7C5957: hue angle of 3.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5957 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1248987-
CMYK00.280.300.51
HSL3.24º17.54%41.37%-
HSV(B)3.24º29.84%48.63%-
XYZ13.612.1210.64-
YUV99.24121.1145.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=41.33%
G=29.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124898700.280.300.513.2417.5441.37
Hex7C595701C1E3331229
Octal174131127034366332251
Binary111110010110011010111011100111101100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,87); }

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

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

 a { background-color: rgb(124,89,87); }

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

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

 span { border-color: rgb(124,89,87); }

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