#7C394B

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

Shades of Camelot #7C394B

Tints of Camelot #7C394B

Color information

#7C394B (or 0x7C394B) is unknown color: approx Camelot. HEX triplet: 7C, 39 and 4B. RGB value is (124,57,75). Sum of RGB (Red+Green+Blue) = 124+57+75=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C394B is #83C6B4. Grayscale: #4F4F4F. Windows color (decimal): -8636085 or 4929916. OLE color: 4929916.

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

Color convert

RGB1245775-
CMYK00.540.400.51
HSL343.88º37.02%35.49%-
HSV(B)343.88º54.03%48.63%-
XYZ11.057.727.56-
YUV79.08125.7160.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.44%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=48.44%
G=22.27%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124577500.540.400.51343.8837.0235.49
Hex7C394B03628331582523
Octal1747111306650635304543
Binary111110011100110010110110110101000110011101011000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,75); }

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

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

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

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

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

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

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