#7C3948

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

Shades of Camelot #7C3948

Tints of Camelot #7C3948

Color information

#7C3948 (or 0x7C3948) is unknown color: approx Camelot. HEX triplet: 7C, 39 and 48. RGB value is (124,57,72). Sum of RGB (Red+Green+Blue) = 124+57+72=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3948 is #83C6B7. Grayscale: #4E4E4E. Windows color (decimal): -8636088 or 4733308. OLE color: 4733308.

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

Color convert

RGB1245772-
CMYK00.540.420.51
HSL346.57º37.02%35.49%-
HSV(B)346.57º54.03%48.63%-
XYZ10.957.687.04-
YUV78.74124.2160.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=49.01%
G=22.53%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124577200.540.420.51346.5737.0235.49
Hex7C39480362A3315b2523
Octal1747111006652635334543
Binary111110011100110010000110110101010110011101011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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