#7C344A

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

Shades of Camelot #7C344A

Tints of Camelot #7C344A

Color information

#7C344A (or 0x7C344A) is unknown color: approx Camelot. HEX triplet: 7C, 34 and 4A. RGB value is (124,52,74). Sum of RGB (Red+Green+Blue) = 124+52+74=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C344A is #83CBB5. Grayscale: #4C4C4C. Windows color (decimal): -8637366 or 4863100. OLE color: 4863100.

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

Color convert

RGB1245274-
CMYK00.580.400.51
HSL341.67º40.91%34.51%-
HSV(B)341.67º58.06%48.63%-
XYZ10.787.247.31-
YUV76.04126.85162.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=49.6%
G=20.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124527400.580.400.51341.6740.9134.51
Hex7C344A03A28331562923
Octal1746411207250635265143
Binary111110011010010010100111010101000110011101010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,74); }

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

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

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

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

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

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

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