#7C5650

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

Shades of Buccaneer #7C5650

Tints of Buccaneer #7C5650

Color information

#7C5650 (or 0x7C5650) is unknown color: approx Buccaneer. HEX triplet: 7C, 56 and 50. RGB value is (124,86,80). Sum of RGB (Red+Green+Blue) = 124+86+80=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5650 is #83A9AF. Grayscale: #606060. Windows color (decimal): -8628656 or 5265020. OLE color: 5265020.

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

Color convert

RGB1248680-
CMYK00.310.350.51
HSL8.18º21.57%40%-
HSV(B)8.18º35.48%48.63%-
XYZ13.0911.529.12-
YUV96.68118.59147.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.76%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=42.76%
G=29.66%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124868000.310.350.518.1821.5740
Hex7C565001F233381628
Octal1741261200374363102650
Binary111110010101101010000011111100011110011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,80); }

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

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

 a { background-color: rgb(124,86,80); }

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

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

 span { border-color: rgb(124,86,80); }

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