#7C4E4D

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

Shades of Buccaneer #7C4E4D

Tints of Buccaneer #7C4E4D

Color information

#7C4E4D (or 0x7C4E4D) is unknown color: approx Buccaneer. HEX triplet: 7C, 4E and 4D. RGB value is (124,78,77). Sum of RGB (Red+Green+Blue) = 124+78+77=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E4D is #83B1B2. Grayscale: #5B5B5B. Windows color (decimal): -8630707 or 5066364. OLE color: 5066364.

HSL color Cylindrical-coordinate representation of color #7C4E4D: hue angle of 1.28º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4E4D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1247877-
CMYK00.370.380.51
HSL1.28º23.38%39.41%-
HSV(B)1.28º37.9%48.63%-
XYZ12.3810.278.35-
YUV91.64119.74151.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=44.44%
G=27.96%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124787700.370.380.511.2823.3839.41
Hex7C4E4D025263311727
Octal174116115045466312747
Binary1111100100111010011010100101100110110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,77); }

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

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

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

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

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

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

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