#7C3848

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

Shades of Camelot #7C3848

Tints of Camelot #7C3848

Color information

#7C3848 (or 0x7C3848) is unknown color: approx Camelot. HEX triplet: 7C, 38 and 48. RGB value is (124,56,72). Sum of RGB (Red+Green+Blue) = 124+56+72=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3848 is #83C7B7. Grayscale: #4E4E4E. Windows color (decimal): -8636344 or 4733052. OLE color: 4733052.

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

Color convert

RGB1245672-
CMYK00.550.420.51
HSL345.88º37.78%35.29%-
HSV(B)345.88º54.84%48.63%-
XYZ10.97.587.02-
YUV78.16124.53160.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=49.21%
G=22.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124567200.550.420.51345.8837.7835.29
Hex7C38480372A3315a2623
Octal1747011006752635324643
Binary111110011100010010000110111101010110011101011010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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