#7C5050

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

Shades of Buccaneer #7C5050

Tints of Buccaneer #7C5050

Color information

#7C5050 (or 0x7C5050) is unknown color: approx Buccaneer. HEX triplet: 7C, 50 and 50. RGB value is (124,80,80). Sum of RGB (Red+Green+Blue) = 124+80+80=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5050 is #83AFAF. Grayscale: #5D5D5D. Windows color (decimal): -8630192 or 5263484. OLE color: 5263484.

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

Color convert

RGB1248080-
CMYK00.350.350.51
HSL21.57%40%-
HSV(B)35.48%48.63%-
XYZ12.6310.68.97-
YUV93.16120.58150-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=43.66%
G=28.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124808000.350.350.51021.5740
Hex7C5050023233301628
Octal174120120043436302650
Binary1111100101000010100000100011100011110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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