#7E3644

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

Shades of Camelot #7E3644

Tints of Camelot #7E3644

Color information

#7E3644 (or 0x7E3644) is unknown color: approx Camelot. HEX triplet: 7E, 36 and 44. RGB value is (126,54,68). Sum of RGB (Red+Green+Blue) = 126+54+68=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3644 is #81C9BB. Grayscale: #4D4D4D. Windows color (decimal): -8505788 or 4470398. OLE color: 4470398.

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

Color convert

RGB1265468-
CMYK00.570.460.51
HSL348.33º40%35.29%-
HSV(B)348.33º57.14%49.41%-
XYZ10.977.496.34-
YUV77.12122.85162.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.81%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=50.81%
G=21.77%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126546800.570.460.51348.334035.29
Hex7E36440392E3315c2823
Octal1766610407156635345043
Binary111111011011010001000111001101110110011101011100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,68); }

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

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

 a { background-color: rgb(126,54,68); }

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

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

 span { border-color: rgb(126,54,68); }

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